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 189911 - NullPointerException at org.netbeans.modules.javacard.project.ui.FileModelFactory.writeTo
Summary: NullPointerException at org.netbeans.modules.javacard.project.ui.FileModelFac...
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 13:09 UTC by Oleg Khokhlov
Modified: 2011-08-08 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172176


Attachments
stacktrace (1.33 KB, text/plain)
2010-08-26 13:09 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2010-08-26 13:09:42 UTC
Build: NetBeans IDE Dev (Build 201008260001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
ovk: JavaCard project properties
added jar to 'Dependencies' tab and clickerd on 'Applets' tab




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javacard.project.ui.FileModelFactory.writeTo(FileModelFactory.java:178)
   at org.netbeans.modules.javacard.project.customizer.AppletCustomizer.onSearchCompleted(AppletCustomizer.java:212)
   at org.netbeans.modules.javacard.project.customizer.AllClassesOfTypeExplorerPanel.internalOnSearchCompleted(AllClassesOfTypeExplorerPanel.java:176)
   at org.netbeans.modules.javacard.project.customizer.AllClassesOfTypeExplorerPanel.access$600(AllClassesOfTypeExplorerPanel.java:79)
   at org.netbeans.modules.javacard.project.customizer.AllClassesOfTypeExplorerPanel$CB.run(AllClassesOfTypeExplorerPanel.java:217)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Oleg Khokhlov 2010-08-26 13:09:47 UTC
Created attachment 101689 [details]
stacktrace
Comment 2 _ tboudreau 2011-05-26 01:59:40 UTC
Reassigning a bunch of bugs still assigned to me - I haven't worked for Oracle in almost a year.
Comment 3 _ tboudreau 2011-05-26 02:44:56 UTC
Uy... I *am* the default assignee for javacard...
Comment 4 Anton Chechel 2011-08-08 20:12:43 UTC
fixed already:
===
            if (classname == null) {
                continue; //#189911 - can be a wait node
            }
===
probably Tim forgot to close this bug