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 249490 - NullPointerException at org.netbeans.modules.apisupport.project.spi.BrandingSupport.scanModulesInBrandingDir
Summary: NullPointerException at org.netbeans.modules.apisupport.project.spi.BrandingS...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-22 16:45 UTC by wshackle
Modified: 2014-12-30 20:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203204


Attachments
stacktrace (1.42 KB, text/plain)
2014-12-22 16:45 UTC, wshackle
Details
stacktrace (1.21 KB, text/plain)
2014-12-30 20:36 UTC, puce
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wshackle 2014-12-22 16:45:12 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
GUEST: Trying to open the project properties window.

GUEST: Tyring to open up the Properties window of a Netbeans Platform project by right-clicking on the project name and clicking on Properties.

GUEST: After upgraded from platform NetBeans 6.9 to NetBeans 7.3, the properties of main module suite cannot be opened.

wshackle: trying to open properties for a Netbeans Platform project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.spi.BrandingSupport.scanModulesInBrandingDir(BrandingSupport.java:433)
   at org.netbeans.modules.apisupport.project.spi.BrandingSupport.scanModulesInBrandingDir(BrandingSupport.java:453)
   at org.netbeans.modules.apisupport.project.spi.BrandingSupport.scanModulesInBrandingDir(BrandingSupport.java:453)
   at org.netbeans.modules.apisupport.project.spi.BrandingSupport.init(BrandingSupport.java:393)
   at org.netbeans.modules.apisupport.project.spi.BrandingModel.getBranding(BrandingModel.java:352)
   at org.netbeans.modules.apisupport.project.spi.BrandingModel.initBundleKeys(BrandingModel.java:436)
Comment 1 wshackle 2014-12-22 16:45:14 UTC
Created attachment 151243 [details]
stacktrace
Comment 2 puce 2014-12-30 20:36:05 UTC
Created attachment 151322 [details]
stacktrace

Tried to open Properties of an old NetBeans Platform application