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 167554

Summary: AssertionError at org.netbeans.modules.javahints.StaticImport.hasMethodNameClash
Product: contrib Reporter: mklaehn <mklaehn>
Component: CodeAssignee: fommil <fommil>
Status: RESOLVED FIXED    
Severity: blocker CC: jkovalsky
Priority: P3 Keywords: NETFIX
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=152937
Issue Type: DEFECT Exception Reporter: 152937
Attachments: stacktrace

Description mklaehn 2009-06-23 19:03:26 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3316-on-090616)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.javahints.StaticImport.hasMethodNameClash(StaticImport.java:318)
        at org.netbeans.modules.javahints.StaticImport.run(StaticImport.java:133)
        at org.netbeans.modules.java.hints.infrastructure.SuggestionsTask.run(SuggestionsTask.java:122)
        at org.netbeans.modules.java.hints.infrastructure.SuggestionsTask.run(SuggestionsTask.java:65)
        at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:288)
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:661)
Comment 1 mklaehn 2009-06-23 19:03:37 UTC
Created attachment 83953 [details]
stacktrace
Comment 2 Max Sauer 2009-06-25 09:20:37 UTC
Experimental hints, reassigning.
Comment 3 fommil 2009-06-30 21:02:52 UTC
proposed fix pushed https://hg.netbeans.org/main/contrib/rev/d67ba7d4e813
Comment 4 fommil 2009-08-07 13:50:30 UTC
patch proposed
Comment 5 Jesse Glick 2009-10-01 17:15:24 UTC
Did you increment the specification version of the module? If not, existing users are not going to see your fix.