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 87404 - NullPointer after adding JCommon Library
Summary: NullPointer after adding JCommon Library
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 13:57 UTC by cembozok
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 cembozok 2006-10-18 13:57:47 UTC
After I try to add jcommon-1.0.0.jar an unexpected Exception dialog blocks the IDE. 


Message is: 
java.lang.NullPointerException at 
org.netbeans.modules.javacore.JMManager.scanFiles(JMManager.java:1164)
	at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:1093)
	at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:867)
	at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:821)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Jan Becicka 2006-10-26 16:26:33 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 2 Quality Engineering 2007-09-20 11:00:01 UTC
Reorganization of java component