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 246159 - Analyze Stack Window is cleared if opened with nothing on clipboard
Summary: Analyze Stack Window is cleared if opened with nothing on clipboard
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-31 09:42 UTC by akobberup
Modified: 2015-06-25 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2014-07-31 09:42:33 UTC
I use Analyze Stack Window a lot, and the workflow is to  copy stacktraces from output window and then hit "ctrl + 5" to open the Analyze Stack Window. The copied stacktrace is then automatically inserted into the window.

However if i later have to return to the analyze stack window and hits the shortcut again, the stack that were in there is removed, if something else has been copied to the clipboard - some code for example.

So my suggestion is to analyze what is on the clipboard before clearing the analyze stack window. If it is a new stacktrace, update the window, but if it is something not compatible (for example some copied lines of code) do nothing.
Comment 1 Milutin Kristofic 2015-06-24 10:54:51 UTC
http://hg.netbeans.org/jet-main/rev/7d9f05d3eacf

Sorry for late fix, but it will be fixed in dev soon.
Comment 2 Quality Engineering 2015-06-25 02:27:59 UTC
Integrated into 'main-silver', will be available in build *201506250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7d9f05d3eacf
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #246159 - Analyze Stack Window is cleared if opened with nothing on clipboard