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 262541

Summary: NullPointerException at org.netbeans.modules.javatextcopypaste.CopyUtils.copyJavaText
Product: third-party Reporter: nikli
Component: -- Other --Assignee: _ wadechandler <wadechandler>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224784
Attachments: stacktrace

Description nikli 2016-06-23 04:51:53 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
nikli: nothing pasted




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javatextcopypaste.CopyUtils.copyJavaText(CopyUtils.java:36)
   at org.netbeans.modules.javatextcopypaste.CopyAsTextNewlinesToSpaces.performAction(CopyAsTextNewlinesToSpaces.java:23)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
Comment 1 nikli 2016-06-23 04:51:55 UTC
Created attachment 160140 [details]
stacktrace