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 181900 - Stack Analyser does not show all stack lines.
Summary: Stack Analyser does not show all stack lines.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jan Jancura
URL:
Keywords:
: 181874 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-12 02:39 UTC by Jan Jancura
Modified: 2010-03-13 02:02 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 Jan Jancura 2010-03-12 02:39:58 UTC
1) copy following text to clipboard:
Stacktrace: 
java.awt.datatransfer.UnsupportedFlavorException: Unicode String
   at
sun.awt.datatransfer.ClipboardTransferable.getTransferData(ClipboardTransferable.java:143)
   at java.awt.datatransfer.DataFlavor.getReaderForText(DataFlavor.java:753)
   at
org.netbeans.modules.java.stackanalyzer.AnalyzeStackTopComponent.insertButtonActionPerformed(AnalyzeStackTopComponent.java:166)
   at
org.netbeans.modules.java.stackanalyzer.AnalyzeStackTopComponent.access$000(AnalyzeStackTopComponent.java:78)
   at
org.netbeans.modules.java.stackanalyzer.AnalyzeStackTopComponent$1.actionPerformed(AnalyzeStackTopComponent.java:121)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
2) Paste it to analyser. Analyser contains following lines only:
java.awt.datatransfer.UnsupportedFlavorException: Unicode String
at java.awt.datatransfer.DataFlavor.getReaderForText(DataFlavor.java:753)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
Comment 1 Jan Jancura 2010-03-12 03:10:12 UTC
*** Bug 181874 has been marked as a duplicate of this bug. ***
Comment 2 Jan Jancura 2010-03-12 08:33:22 UTC
fixed in jet-main: http://hg.netbeans.org/jet-main/rev/c13091613ae7
Comment 3 Quality Engineering 2010-03-13 02:02:05 UTC
Integrated into 'main-golden', will be available in build *201003130200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c13091613ae7
User: Jan Jancura<jjancura@netbeans.org>
Log: #181900: Stack Analyser does not show all stack lines.