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 270486 - NullPointerException at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.getProjectPluginsDirDefault11
Summary: NullPointerException at org.netbeans.modules.groovy.grailsproject.config.Buil...
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-25 21:01 UTC by Exceptions Reporter
Modified: 2017-04-25 21:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228948


Attachments
stacktrace (2.05 KB, text/plain)
2017-04-25 21:01 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-25 21:01:31 UTC
This bug was originally marked as duplicate of bug 166427, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: Searching text with into grails 2.2.2 env project configured




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.getProjectPluginsDirDefault11(BuildConfig.java:138)
   at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.loadProjectPluginsDirDefault(BuildConfig.java:110)
   at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.<init>(BuildConfig.java:94)
   at org.netbeans.modules.groovy.grailsproject.GrailsProject.<init>(GrailsProject.java:107)
   at org.netbeans.modules.groovy.grailsproject.GrailsProjectFactory.loadProject(GrailsProjectFactory.java:74)
   at org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:401)
Comment 1 Exceptions Reporter 2017-04-25 21:01:33 UTC
Created attachment 164182 [details]
stacktrace