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 271745 - NullPointerException at com.gluonhq.plugin.netbeans.menu.ProjectUtils.loadProjectPreferences
Summary: NullPointerException at com.gluonhq.plugin.netbeans.menu.ProjectUtils.loadPro...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-02 06:28 UTC by comul
Modified: 2017-11-02 06:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230767


Attachments
stacktrace (3.42 KB, text/plain)
2017-11-02 06:28 UTC, comul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description comul 2017-11-02 06:28:29 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
comul: After updating Gluon plugin, right mouse click dos not working and firing this exception

GUEST: Right click on a maven project does nothing. Then noticed a nice little NPE in the corner.




Stacktrace: 
java.lang.NullPointerException
   at com.gluonhq.plugin.netbeans.menu.ProjectUtils.loadProjectPreferences(ProjectUtils.java:162)
   at com.gluonhq.plugin.netbeans.menu.ProjectUtils.configure(ProjectUtils.java:97)
   at com.gluonhq.plugin.netbeans.menu.ProjectUtils.<init>(ProjectUtils.java:33)
   at com.gluonhq.plugin.netbeans.menu.GluonAction$ContextAction.<init>(GluonAction.java:48)
   at com.gluonhq.plugin.netbeans.menu.GluonAction.createContextAwareInstance(GluonAction.java:38)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:1719)
Comment 1 comul 2017-11-02 06:28:32 UTC
Created attachment 165386 [details]
stacktrace