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 269984 - NullPointerException at org.jboss.forge.netbeans.ui.context.NbUIContext.getSelectedResources
Summary: NullPointerException at org.jboss.forge.netbeans.ui.context.NbUIContext.getSe...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-04 23:48 UTC by java.evangelist
Modified: 2017-03-04 23:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228276


Attachments
stacktrace (713 bytes, text/plain)
2017-03-04 23:48 UTC, java.evangelist
Details

Note You need to log in before you can comment on or make changes to this bug.
Description java.evangelist 2017-03-04 23:48:48 UTC
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: Windows 10

User Comments:
java.evangelist: <Please provide a description of the problem or the steps to reproduce>
jboss wildfly error




Stacktrace: 
java.lang.NullPointerException
   at org.jboss.forge.netbeans.ui.context.NbUIContext.getSelectedResources(NbUIContext.java:124)
   at org.jboss.forge.netbeans.ui.context.NbUIContext.<init>(NbUIContext.java:45)
   at org.jboss.forge.netbeans.ui.quicksearch.ForgeSearchProvider.evaluate(ForgeSearchProvider.java:30)
   at org.netbeans.modules.quicksearch.CommandEvaluator$3.run(CommandEvaluator.java:265)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 java.evangelist 2017-03-04 23:48:50 UTC
Created attachment 163764 [details]
stacktrace