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 168598 - AssertionError at org.netbeans.modules.javahints.StaticImport.getMethodFqn
Summary: AssertionError at org.netbeans.modules.javahints.StaticImport.getMethodFqn
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: fommil
URL: http://statistics.netbeans.org/except...
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2009-07-15 09:37 UTC by jmichelberger
Modified: 2009-08-06 21:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153722


Attachments
stacktrace (1.06 KB, text/plain)
2009-07-15 09:38 UTC, jmichelberger
Details
stacktrace (1.06 KB, text/plain)
2009-08-06 19:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jmichelberger 2009-07-15 09:37:56 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3528-on-090714)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError<br/>
        at org.netbeans.modules.javahints.StaticImport.getMethodFqn(StaticImport.java:334)<br/>
        at org.netbeans.modules.javahints.StaticImport.run(StaticImport.java:131)<br/>
        at org.netbeans.modules.java.hints.infrastructure.SuggestionsTask.run(SuggestionsTask.java:122)<br/>
        at org.netbeans.modules.java.hints.infrastructure.SuggestionsTask.run(SuggestionsTask.java:65)<br/>
        at org.netbeans.modules.java.source.JavaSourceAccessor$CancelableTaskWrapper.run(JavaSourceAccessor.java:288)<br/>
        at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:661)<br/>
Comment 1 jmichelberger 2009-07-15 09:38:25 UTC
Created attachment 84756 [details]
stacktrace
Comment 2 Max Sauer 2009-07-15 09:55:03 UTC
This is contrib code. Reassigning to Sam.
Comment 3 Exceptions Reporter 2009-08-06 19:42:25 UTC
Build: NetBeans IDE Dev (Build 200907071400)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.30-gentoo-r1, amd64

User Comments: 


Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.javahints.StaticImport.getMethodFqn(StaticImport.java:338)
        at org.netbeans.modules.javahints.StaticImport.run(StaticImport.java:135)
        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 4 Exceptions Reporter 2009-08-06 19:42:29 UTC
Created attachment 85926 [details]
stacktrace
Comment 5 fommil 2009-08-06 21:30:51 UTC
should be fixed in https://hg.netbeans.org/main/contrib/rev/278ee8dd87f2 although that might also have disabled the hint in some circumstances.