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 29029 - NullPointerException with JavaMakeCG
Summary: NullPointerException with JavaMakeCG
Status: RESOLVED DUPLICATE of bug 28481
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-26 18:09 UTC by duci29
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 duci29 2002-11-26 18:09:42 UTC
*********** Exception occurred ************ at Tue Nov 26 
12:40:38 EST 2002
java.lang.NullPointerException
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:393)
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:398)
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:398)
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:372)
	at org.netbeans.modules.java.JavaMakeCG.start
(JavaMakeCG.java:192)
[catch] at 
org.netbeans.core.compiler.CompilationEngineImpl$CompilerTh
read$GroupCompiler.run(CompilationEngineImpl.java:290)
Deprecated relative path in 
org.netbeans.modules.junit.CreateTestAction.iconResource 
(cf. #20072)
Deprecated relative path in 
org.netbeans.modules.junit.RunTestAction.iconResource (cf. 
#20072)
Deprecated relative path in 
org.netbeans.modules.junit.OpenTestAction.iconResource 
(cf. #20072)
Comment 1 duci29 2002-11-26 18:11:49 UTC
java.lang.NullPointerException
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:393)
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:398)
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:398)
	at 
org.netbeans.modules.java.JavaMakeCG.collectFiles
(JavaMakeCG.java:372)
	at org.netbeans.modules.java.JavaMakeCG.start
(JavaMakeCG.java:192)
[catch] at 
org.netbeans.core.compiler.CompilationEngineImpl$CompilerTh
read$GroupCompiler.run(CompilationEngineImpl.java:290)
Comment 2 Tomas Hurka 2002-11-27 09:02:27 UTC

*** This issue has been marked as a duplicate of 28481 ***