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 257431 - indent for method parameter of anonymous class not right
Summary: indent for method parameter of anonymous class not right
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-06 08:47 UTC by bzimage
Modified: 2016-10-04 17:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the demo code (33.67 KB, image/png)
2016-01-06 08:47 UTC, bzimage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bzimage 2016-01-06 08:47:04 UTC
Created attachment 158021 [details]
the demo code

a method(process method), as you can see from attachment, have two parameters, both are interface.
when use of the method, I create two anonymous class, then format the code, but the indentation is not right.
Comment 1 Jiri Prox 2016-01-06 13:33:51 UTC
reproducible