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 268915 - NullPointerException at org.nbandroid.netbeans.gradle.ui.DependenciesNode$1.addLibraries
Summary: NullPointerException at org.nbandroid.netbeans.gradle.ui.DependenciesNode$1.a...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-09 18:37 UTC by rafinha2108
Modified: 2018-05-02 13:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213801


Attachments
stacktrace (1.26 KB, text/plain)
2016-11-09 18:37 UTC, rafinha2108
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rafinha2108 2016-11-09 18:37:46 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.111-b14, OpenJDK Runtime Environment, 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14
OS: Linux

User Comments:
rafinha2108: a using multple project with libgdx (android,html,destop)

GUEST: Android project don't run after long period of not using it.

GUEST: no idea what i did wrong

GUEST: Merly using the ide




Stacktrace: 
java.lang.NullPointerException
   at org.nbandroid.netbeans.gradle.ui.DependenciesNode$1.addLibraries(DependenciesNode.java:86)
   at org.nbandroid.netbeans.gradle.ui.DependenciesNode$DependenciesChildren.getKeys(DependenciesNode.java:254)
   at org.nbandroid.netbeans.gradle.ui.DependenciesNode$DependenciesChildren.addNotify(DependenciesNode.java:217)
   at org.openide.nodes.Children.callAddNotify(Children.java:575)
   at org.openide.nodes.EntrySupportDefault.getArray(EntrySupportDefault.java:650)
   at org.openide.nodes.EntrySupportDefault.getNodes(EntrySupportDefault.java:162)
Comment 1 rafinha2108 2016-11-09 18:37:48 UTC
Created attachment 162854 [details]
stacktrace