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 5060 - NullPointerException during compiling.
Summary: NullPointerException during compiling.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-12-21 18:36 UTC by Daniel Prusa
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 Daniel Prusa 1999-12-21 18:36:48 UTC
I have been compiling a package containing several classes, most of them (maybe all) had compiler type setted to Internal Compiler V8.

java.lang.NullPointerException
        at com.netbeans.developer.impl.compiler.CompilerDisplayer.compilerProgress(CompilerDisplayer.java:101)
        at org.openide.compiler.CompilerGroup.fireProgressEvent(CompilerGroup.java:90)
        at com.netbeans.developer.modules.loaders.java.gj.JavaCompilerGroup.progress(JavaCompilerGroup.java:129)

        at com.netbeans.developer.modules.loaders.java.gj.V8Engine.progress(V8Engine.java:581)
        at com.netbeans.developer.modules.loaders.java.gj.V8Engine.genCode(V8Engine.java:351)
        at com.netbeans.developer.modules.loaders.java.gj.V8Engine.compile(V8Engine.java:493)
        at com.netbeans.developer.modules.loaders.java.gj.JavaCompilerGroup.start(JavaCompilerGroup.java:86)
        at com.netbeans.developer.impl.compiler.CompilationEngineImpl$CompilerThread$GroupCompiler.run(CompilationEngineImpl.java:239)
Comment 1 Marek Grummich 2000-07-25 09:25:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:43:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.