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 246468

Summary: AssertionError: Inconsistent param types/names. Signature: [equals-java.lang.Object-], Names: [equals(Object obj)]
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211240
Attachments: stacktrace

Description Exceptions Reporter 2014-08-15 06:35:06 UTC
This bug was originally marked as duplicate of bug 209390, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201408110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: bn




Stacktrace: 
java.lang.AssertionError: Inconsistent param types/names. Signature: [equals-java.lang.Object-], Names: [equals(Object obj)]
   at org.netbeans.modules.java.source.TreeLoader$4.setParamNames(TreeLoader.java:643)
   at org.netbeans.modules.java.source.TreeLoader$4.handleStartTag(TreeLoader.java:564)
   at javax.swing.text.html.parser.DocumentParser.handleStartTag(DocumentParser.java:160)
   at javax.swing.text.html.parser.Parser.startTag(Parser.java:437)
   at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1956)
   at javax.swing.text.html.parser.Parser.parseContent(Parser.java:2082)
Comment 1 Exceptions Reporter 2014-08-15 06:35:08 UTC
Created attachment 148711 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:18:30 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