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 268547 - NullPointerException at org.netbeans.gradle.project.java.model.JavaParsingUtils.getJarOutputs
Summary: NullPointerException at org.netbeans.gradle.project.java.model.JavaParsingUti...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 01:37 UTC by dig
Modified: 2016-10-27 01:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226649


Attachments
stacktrace (2.67 KB, text/plain)
2016-10-17 01:37 UTC, dig
Details
stacktrace (2.56 KB, text/plain)
2016-10-17 22:34 UTC, dig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dig 2016-10-17 01:37:54 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: The issue occured when attempting to open a libGDX project with an Android target. It seems to have something to do with either the Gradle plugin or the NBAndroid plugin.

dig: Was trying to write code and it all froze.

GUEST: startup




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.gradle.project.java.model.JavaParsingUtils.getJarOutputs(JavaParsingUtils.java:253)
   at org.netbeans.gradle.project.java.model.JavaParsingUtils.parseModules(JavaParsingUtils.java:237)
   at org.netbeans.gradle.project.java.JavaExtensionDef.parseFromNewModels(JavaExtensionDef.java:70)
   at org.netbeans.gradle.project.java.JavaExtensionDef.parseModelImpl(JavaExtensionDef.java:98)
   at org.netbeans.gradle.project.java.JavaExtensionDef.parseModel(JavaExtensionDef.java:109)
   at org.netbeans.gradle.project.extensions.NbGradleExtensionRef.parseModel(NbGradleExtensionRef.java:115)
Comment 1 dig 2016-10-17 01:37:57 UTC
Created attachment 162520 [details]
stacktrace
Comment 2 dig 2016-10-17 22:34:38 UTC
Created attachment 162533 [details]
stacktrace

Reload gradle project
Comment 3 Exceptions Reporter 2016-10-27 01:29:36 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=226649