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 162532 - NullPointerException at org.netbeans.modules.properties.PropertiesOpen.canClose
Summary: NullPointerException at org.netbeans.modules.properties.PropertiesOpen.canClose
Status: RESOLVED DUPLICATE of bug 162513
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 18:43 UTC by shreig
Modified: 2009-04-14 09:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149418


Attachments
stacktrace (3.92 KB, text/plain)
2009-04-13 18:43 UTC, shreig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shreig 2009-04-13 18:43:43 UTC
Build: NetBeans IDE Dev (Build 200904130201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
shreig: Trying to close a property file that I deleted externally.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.properties.PropertiesOpen.canClose(PropertiesOpen.java:211)
        at org.netbeans.modules.properties.PropertiesOpen$PropertiesCloneableTopComponent.closeLast(PropertiesOpen.java:1315)
        at org.openide.windows.CloneableTopComponent$Ref.unregister(CloneableTopComponent.java:403)
        at org.openide.windows.CloneableTopComponent$Ref.access$300(CloneableTopComponent.java:267)
        at org.openide.windows.CloneableTopComponent.canClose(CloneableTopComponent.java:206)
        at org.netbeans.modules.properties.PropertiesOpen$PropertiesCloneableTopComponent.canClose(PropertiesOpen.java:992)
Comment 1 shreig 2009-04-13 18:43:52 UTC
Created attachment 80001 [details]
stacktrace
Comment 2 Alexey Butenko 2009-04-14 09:04:43 UTC

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