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 259122 - NullPointerException at org.netbeans.modules.editor.actions.PasteLinesAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.editor.actions.PasteLinesAction....
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-04 10:57 UTC by Ralph Ruijs
Modified: 2016-05-17 01:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223870


Attachments
stacktrace (3.24 KB, text/plain)
2016-05-04 10:57 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2016-05-04 10:57:30 UTC
Build: NetBeans IDE Dev (Build 20160504-cf6cb119a67c)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
ralphbenjamin: Perform with no editor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.actions.PasteLinesAction.actionPerformed(PasteLinesAction.java:79)
   at org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:499)
   at org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:462)
   at org.netbeans.modules.editor.lib2.actions.PresenterUpdater.actionPerformed(PresenterUpdater.java:408)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
Comment 1 Ralph Ruijs 2016-05-04 10:57:31 UTC
Created attachment 159531 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-05-16 08:36:00 UTC
changeset:   a7db7b623166
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon May 16 10:34:03 2016 +0200
summary:     #259122 - NullPointerException at org.netbeans.modules.editor.actions.PasteLinesAction.actionPerformed
Comment 3 Quality Engineering 2016-05-17 01:46:44 UTC
Integrated into 'main-silver', will be available in build *201605170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a7db7b623166
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #259122 - NullPointerException at org.netbeans.modules.editor.actions.PasteLinesAction.actionPerformed