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 138465 - edu.umd.cs.findbugs.NoClassesFoundToAnalyzeException: No classes found to analyze in *E:\netbeans_6_1_test\MinimalNetbeansProject\lib\junit\junit-3.8.2.jar *E:\netbeans_6_1_test\MinimalNetbeansProject
Summary: edu.umd.cs.findbugs.NoClassesFoundToAnalyzeException: No classes found to ana...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-27 11:29 UTC by jiai
Modified: 2009-06-05 09:59 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 52004


Attachments
stacktrace (1.13 KB, text/plain)
2008-06-27 11:29 UTC, jiai
Details
stacktrace (2.05 KB, text/plain)
2008-07-20 02:32 UTC, wobster
Details
stacktrace (1.59 KB, text/plain)
2008-08-05 08:23 UTC, gtg
Details
stacktrace (1.37 KB, text/plain)
2008-08-29 16:48 UTC, ranbato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2008-06-27 11:29:24 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows 2000, 5.0, x86

User Comments: 
Playing around with SQE
Comment 1 jiai 2008-06-27 11:29:40 UTC
Created attachment 63590 [details]
stacktrace
Comment 2 Lukas Hasik 2008-06-27 11:35:23 UTC
this exceptions are coming from code that doesn't belong to NetBeans IDE. Please, report to authors of findbugs
Comment 3 wobster 2008-07-20 02:32:24 UTC
Build: NetBeans IDE Dev (Build 200807170007)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 
Just opened project and find bugs couldn't find the classes since it probably tried to analyze the project before the code was compiled
Comment 4 wobster 2008-07-20 02:32:27 UTC
Created attachment 65054 [details]
stacktrace
Comment 5 gtg 2008-08-05 08:23:28 UTC
Build: NetBeans IDE Dev (Build 200808021401)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.25.11-0.1-default, amd64

User Comments: 


Stacktrace: 
edu.umd.cs.findbugs.NoClassesFoundToAnalyzeException: No classes found to analyze in */home/gosho/project/2_1/projects/modular/kernel/Core-API/lib/core.jar */home/gosho/project/2_1/projects/modular/so-ext/lib/ext/aref.jar */home/gosho/project/2_1/projects/modular/so-ext/lib/ext/soutil.jar */home/gosho/project/2_1/projects/modular/kernel/Client-API/lib/client.jar */home/gosho/project/2_1/projects/modular/so-ext/lib/ext/arefc.jar */home/gosho/project/2_1/projects/modular/kernel/Server-API/lib/server.jar */home/gosho/project/2_1/projects/modular/so-ext/lib/ext/arefs.jar */home/gosho/project/2_1/projects/modular/so-ext/lib/ext/arefdbfsspi.jar */usr/lib64/jvm/java-1.6.0-sun-1.6.0.u6/jre/lib/resources.jar */usr/lib64/jvm/java-1.6.0-sun-1.6.0.u6/jre/lib/rt.jar */usr/lib64/jvm/java-1.6.0-sun-1.6.0.u6/jre/lib/jsse.jar */usr/lib64/jvm/java-1.6.0-sun-1.6.0.u6/jre/lib/jce.jar */usr/lib64/jvm/java-1.6.0-sun-1.6.0.u6/jre/lib/charsets.jar 
        at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:219)
        at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.executeFindBugs(FindBugsSession.java:247)
        at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.computeResult(FindBugsSession.java:81)
        at org.nbheaven.sqe.codedefects.resultui.action.AbstractRunSingleSQEAction$Processor.execute(AbstractRunSingleSQEAction.java:120)
        at org.nbheaven.sqe.codedefects.resultui.action.RunSQEAction$1.run(RunSQEAction.java:65)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
Comment 6 gtg 2008-08-05 08:23:38 UTC
Created attachment 66558 [details]
stacktrace
Comment 7 ranbato 2008-08-29 16:48:06 UTC
Build: NetBeans IDE Dev (Build 200808280201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 
Created new project

Stacktrace: 
edu.umd.cs.findbugs.NoClassesFoundToAnalyzeException: No classes found to analyze in *C:\Java\NetBeans Dev 200808280201\java2\modules\ext\junit-3.8.2.jar *C:\Java\NetBeans Dev 200808280201\platform9\modules\ext\junit-4.5.jar *C:\Java\JDK6\jre\lib\endorsed\saaj-impl.jar *C:\Java\JDK6\jre\lib\resources.jar *C:\Java\JDK6\jre\lib\rt.jar *C:\Java\JDK6\jre\lib\jsse.jar *C:\Java\JDK6\jre\lib\jce.jar *C:\Java\JDK6\jre\lib\charsets.jar 
        at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:219)
        at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.executeFindBugs(FindBugsSession.java:247)
        at org.nbheaven.sqe.bridge.findbugs.output.FindBugsSession.computeResult(FindBugsSession.java:81)
        at org.nbheaven.sqe.bridge.findbugs.tasklist.FindBugsTaskProvider.getResult(FindBugsTaskProvider.java:164)
        at org.nbheaven.sqe.bridge.findbugs.tasklist.FindBugsTaskProvider.setScope(FindBugsTaskProvider.java:95)
        at org.netbeans.modules.tasklist.impl.TaskManagerImpl.doRefresh(TaskManagerImpl.java:427)
Comment 8 ranbato 2008-08-29 16:48:10 UTC
Created attachment 68644 [details]
stacktrace
Comment 9 madhurtanwani 2009-01-21 15:07:45 UTC
Do we know the cause of this issue?
Does any one have a workaround / solution to this problem?