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 - AssertionError: Inconsistent param types/names. Signature: [addAttributeToModel(PresentationModel, org.opendolphin.core.client.ClientAttribute)], Names: [addAttributeToModel(PresentationModel presenta
Summary: AssertionError: Inconsistent param types/names. Signature: [addAttributeToMod...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 13:58 UTC by monezz
Modified: 2016-07-07 07:16 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204523


Attachments
stacktrace (3.80 KB, text/plain)
2013-10-11 13:58 UTC, monezz
Details

Note You need to log in before you can comment on or make changes to this bug.
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