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 60454 - NPE from ProgressDisplayer.step()
Summary: NPE from ProgressDisplayer.step()
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 16:51 UTC by Tomas Hurka
Modified: 2007-09-26 09:14 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 Tomas Hurka 2005-06-23 16:51:29 UTC
INFORMATIONAL *********** Exception occurred ************ at 5:34 PM on Jun 23, 2005
java.lang.NullPointerException
        at org.netbeans.modules.javacore.ProgressDisplayer.step(ProgressDisplayer.java:55)
[catch] at 
org.netbeans.modules.javacore.internalapi.ProgressSupport.fireProgressListenerStep(ProgressSupport.ja
va:73)
        at 
org.netbeans.modules.javacore.internalapi.ProgressSupport.fireProgressListenerStep(ProgressSupport.ja
va:82)
        at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:775)
        at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:746)
        at org.openide.util.Task.run(Task.java:207)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:419)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:794)
Comment 1 Tomas Hurka 2005-06-27 10:09:32 UTC
Fixed in trunk.
Checking in org/netbeans/modules/javacore/ProgressDisplayer.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/ProgressDisplayer.java,v  <--  
ProgressDisplayer.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Quality Engineering 2007-09-20 11:58:09 UTC
Reorganization of java component