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 159263 - NullPointerException at org.netbeans.modules.properties.PropertiesOpen$Environment.<init>
Summary: NullPointerException at org.netbeans.modules.properties.PropertiesOpen$Enviro...
Status: RESOLVED WORKSFORME
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-02-26 22:28 UTC by ranbato
Modified: 2009-03-12 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146807


Attachments
stacktrace (1.92 KB, text/plain)
2009-02-26 22:28 UTC, ranbato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ranbato 2009-02-26 22:28:13 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: OpenJDK Client VM, 14.0-b10, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b01
OS: Windows XP, 5.1, x86

User Comments:
ranbato: Closing a project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.properties.PropertiesOpen$Environment.<init>(PropertiesOpen.java:436)
        at org.netbeans.modules.properties.PropertiesOpen.<init>(PropertiesOpen.java:146)
        at org.netbeans.modules.properties.MultiBundleStructure.getOpenSupport(MultiBundleStructure.java:295)
        at org.netbeans.modules.properties.PropertiesDataObject.getOpenSupport(PropertiesDataObject.java:310)
        at org.netbeans.modules.properties.PropertiesDataObject.createCookie(PropertiesDataObject.java:145)
        at org.openide.nodes.CookieSet$CookieEntry.getCookie(CookieSet.java:575)
Comment 1 ranbato 2009-02-26 22:28:24 UTC
Created attachment 77433 [details]
stacktrace
Comment 2 Alexey Butenko 2009-03-04 11:07:58 UTC
Please provide more info, I'm not able to reproduce it
Comment 3 Alexey Butenko 2009-03-12 12:14:38 UTC
WORKSFORME