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 253076 - NullPointerException at org.netbeans.modules.scala.sbt.console.SBTConsoleTopComponent$$anon$3$$anonfun$4.apply
Summary: NullPointerException at org.netbeans.modules.scala.sbt.console.SBTConsoleTopC...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 12:37 UTC by soldatov
Modified: 2015-06-23 20:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218055


Attachments
stacktrace (1.51 KB, text/plain)
2015-06-19 12:38 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-06-19 12:37:57 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.72-b04, Java(TM) SE Runtime Environment, 1.7.0_72-b14
OS: Linux

User Comments:
soldatov: This exception is always present afet installing nbsbt plugin.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.scala.sbt.console.SBTConsoleTopComponent$$anon$3$$anonfun$4.apply(SBTConsoleTopComponent.java:347)
   at org.netbeans.modules.scala.sbt.console.SBTConsoleTopComponent$$anon$3$$anonfun$4.apply(SBTConsoleTopComponent.java:347)
   at scala.collection.immutable.List.map(List.java:273)
   at org.netbeans.modules.scala.sbt.console.SBTConsoleTopComponent$$anon$3.run(SBTConsoleTopComponent.java:347)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
Comment 1 soldatov 2015-06-19 12:38:00 UTC
Created attachment 154298 [details]
stacktrace