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 209155 - NPE causes tests to fail
Summary: NPE causes tests to fail
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 07:39 UTC by Petr Cyhelsky
Modified: 2012-03-22 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-03-05 07:39:26 UTC
java.lang.NullPointerException
org.netbeans.modules.profiler.utils.MainClassChooser$1.run(MainClassChooser.java:162)
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 Quality Engineering 2012-03-17 10:41:18 UTC
Integrated into 'main-golden', will be available in build *201203170400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6f2b779f1e8f
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #209155: Attempting to prevent NPE when getting a list of main classes in the commit validation
Comment 2 J Bachorik 2012-03-22 13:58:34 UTC
Hopefully fixed