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 271235 - AssertionError at edu.umd.cs.findbugs.classfile.analysis.ClassInfo.computeMethodsInCallOrder
Summary: AssertionError at edu.umd.cs.findbugs.classfile.analysis.ClassInfo.computeMet...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-04 21:14 UTC by alied
Modified: 2018-03-01 21:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188908


Attachments
stacktrace (2.26 KB, text/plain)
2017-08-04 21:14 UTC, alied
Details
stacktrace (2.26 KB, text/plain)
2017-08-07 17:07 UTC, alied
Details
stacktrace (2.26 KB, text/plain)
2018-03-01 21:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2017-08-04 21:14:13 UTC
Build: NetBeans IDE Dev (Build 201708040001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Linux

User Comments:
GUEST: I am using Source|Inspect Choose All Analyzers with FindBug installed. Click the "Inspect" Button. then the problem occurred

m1k0: running FindBugs from Inspect Code

alied: Wasn't paying attention when it appeared. Probably selected a hint in the source.




Stacktrace: 
java.lang.AssertionError
   at edu.umd.cs.findbugs.classfile.analysis.ClassInfo.computeMethodsInCallOrder(ClassInfo.java:212)
   at edu.umd.cs.findbugs.classfile.analysis.ClassInfo.<init>(ClassInfo.java:255)
   at edu.umd.cs.findbugs.classfile.analysis.ClassInfo.<init>(ClassInfo.java:57)
   at edu.umd.cs.findbugs.classfile.analysis.ClassInfo$Builder.build(ClassInfo.java:132)
   at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:80)
   at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:38)
Comment 1 alied 2017-08-04 21:14:15 UTC
Created attachment 164899 [details]
stacktrace
Comment 2 alied 2017-08-07 17:07:57 UTC
Created attachment 164910 [details]
stacktrace

I guess FindBugs is trying to show a hint in the current class.
Comment 3 Exceptions Reporter 2018-03-01 21:44:28 UTC
Created attachment 165652 [details]
stacktrace

Waiting on JavaDoc hover text for class that did not yet have it.