This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229196 - Multiline alignment for method parameters not working if annotation "@Override" is used on that method
Summary: Multiline alignment for method parameters not working if annotation "@Overrid...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 09:10 UTC by bbll
Modified: 2013-05-02 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bbll 2013-04-30 09:10:19 UTC
See title. Easy to reproduce.
Comment 1 Jiri Prox 2013-04-30 09:28:07 UTC
Reproducible

Steps to reproduce:
1) turn on Multiline alignment for method parameter
2) type
    @Deprecated
    public void meth(String x,

3) press enter
-> the cursor is moved under 'p' (in word public) instead of 'S' (in String)

Reformat action work well

Product Version: NetBeans IDE Dev (Build 201304282301)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b82
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\jprox\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\jprox\AppData\Local\NetBeans\Cache\dev
Comment 2 Dusan Balek 2013-04-30 14:07:36 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/63df1bd9d5ca
Comment 3 Quality Engineering 2013-05-02 14:12:13 UTC
Integrated into 'main-golden', will be available in build *201305021042* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/63df1bd9d5ca
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #229196: Multiline alignment for method parameters not working if annotation "@Override" is used on that method - fixed.