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

Summary: indent for method parameter of anonymous class not right
Product: java Reporter: bzimage
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: sbaruzza
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: the demo code

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