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 161380 - NullPointerException at org.netbeans.modules.properties.PropertiesOpen$Environment.<init>
Summary: NullPointerException at org.netbeans.modules.properties.PropertiesOpen$Enviro...
Status: RESOLVED FIXED
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-03-27 18:35 UTC by big_al
Modified: 2009-03-30 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148423


Attachments
stacktrace (1.92 KB, text/plain)
2009-03-27 18:35 UTC, big_al
Details

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2009-03-27 18:35:55 UTC
Build: NetBeans IDE Dev (Build 200903241535)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X, 10.5.6, x86_64

User Comments:
big_al: Started building a multi-module Maven 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:350)
        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 big_al 2009-03-27 18:35:59 UTC
Created attachment 78994 [details]
stacktrace
Comment 2 Alexey Butenko 2009-03-30 12:55:39 UTC
Fixed in trunk