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 237036

Summary: AssertionError: Inconsistent param types/names. Signature: [addAttributeToModel(PresentationModel, org.opendolphin.core.client.ClientAttribute)], Names: [addAttributeToModel(PresentationModel presenta
Product: java Reporter: monezz <monezz>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: felixkirathe, matchi, nguyenhunga5, nhatphong_89
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204523
Attachments: stacktrace

Description monezz 2013-10-11 13:58:29 UTC
This bug was originally marked as duplicate of bug 214013, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Linux

User Comments:
GUEST: code completion (ctrl space)

Monezz: type method input variable name within the method followed by a .




Stacktrace: 
java.lang.AssertionError: Inconsistent param types/names. Signature: [addAttributeToModel(PresentationModel, org.opendolphin.core.client.ClientAttribute)], Names: [addAttributeToModel(PresentationModel presentationModel, ClientAttribute attribute)]
   at org.netbeans.modules.java.source.TreeLoader$3.setParamNames(TreeLoader.java:601)
   at org.netbeans.modules.java.source.TreeLoader$3.handleSimpleTag(TreeLoader.java:553)
   at javax.swing.text.html.parser.DocumentParser.handleEmptyTag(DocumentParser.java:213)
   at javax.swing.text.html.parser.Parser.startTag(Parser.java:429)
   at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1956)
   at javax.swing.text.html.parser.Parser.parseContent(Parser.java:2074)
Comment 1 monezz 2013-10-11 13:58:31 UTC
Created attachment 141013 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:16:32 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss