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 208687 - Another NPE during creating Javacard project
Summary: Another NPE during creating Javacard project
Status: RESOLVED DUPLICATE of bug 202335
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 09:29 UTC by Tomas Zezula
Modified: 2012-02-21 12:45 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 Zezula 2012-02-21 09:29:09 UTC
java.lang.NullPointerException
	at org.netbeans.modules.javacard.project.ProcessorClasspathImpl$PlatformResource.attach(ProcessorClasspathImpl.java:136)
	at org.netbeans.modules.javacard.project.ProcessorClasspathImpl$PlatformResource.attach(ProcessorClasspathImpl.java:103)
	at org.netbeans.modules.javacard.common.ListenerProxy.addNotify(ListenerProxy.java:71)
	at org.netbeans.modules.javacard.common.ListenerProxy.addPropertyChangeListener(ListenerProxy.java:103)
	at org.netbeans.api.java.classpath.ClassPath.createEntries(ClassPath.java:388)
	at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
	at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:688)
	at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:724)
	at org.netbeans.modules.java.source.indexing.APTUtils.verifyAttributes(APTUtils.java:316)
	at org.netbeans.modules.java.source.indexing.APTUtils.propertyChange(APTUtils.java:228)
	at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:196)
	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at org.netbeans.api.java.classpath.ClassPath.firePropertyChange(ClassPath.java:647)
	at org.netbeans.api.java.classpath.ClassPath$SPIListener.propertyChange(ClassPath.java:1110)
	at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:196)
Comment 1 Anton Chechel 2012-02-21 12:45:50 UTC

*** This bug has been marked as a duplicate of bug 202335 ***