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 - NullPointerException at org.netbeans.modules.javatextcopypaste.CopyUtils.copyJavaText
Summary: NullPointerException at org.netbeans.modules.javatextcopypaste.CopyUtils.copy...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ wadechandler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-23 04:51 UTC by nikli
Modified: 2016-06-27 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224784


Attachments
stacktrace (3.46 KB, text/plain)
2016-06-23 04:51 UTC, nikli
Details

Note You need to log in before you can comment on or make changes to this bug.
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