bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43951: 26.3; Java-mode annotation indentation


From: John Olsson
Subject: bug#43951: 26.3; Java-mode annotation indentation
Date: Wed, 27 Jan 2021 18:12:30 +0100

Sorry for spamming. :(

I used GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32) of 2021-01-15

> On 27 Jan 2021, at 06:35, Lars Ingebrigtsen <larsi@gnus.org> wrote:
> 
> johol@lysator.liu.se writes:
> 
>> Java source examples
>> 
>> Wrong indentation:
>> public class Foo
>> {
>>  @Foo(a=true,
>>       b=false)
>>       boolean foo = false;
>> }
>> 
>> Correct indentation with proposed fix below (as found on
>> https://github.com/jdee-emacs/jdee/issues/5
>> comment made by oldButNotWise on Dec 22, 2015)
>> 
>> public class Foo
>> {
>>  @Foo(a=true,
>>       b=false)
>>  boolean foo = false;
>> }
> 
> I can reproduce this in Emacs 27.1, but not in Emacs 28, so I'm going to
> go ahead and guess that this has been fixed recently, and I'm closing
> this bug report.  If you can still see this in Emacs 28, please respond
> to the debbugs address and we'll reopen.
> 
> -- 
> (domestic pets only, the antidote for overdose, milk.)
>   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

[Prev in Thread] Current Thread [Next in Thread]