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 146977 - Step into button creates multiple annotations where they should not be
Summary: Step into button creates multiple annotations where they should not be
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-11 16:49 UTC by Petr Cyhelsky
Modified: 2010-04-29 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (176.11 KB, image/jpeg)
2008-09-11 16:49 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-09-11 16:49:07 UTC
Product Version: NetBeans IDE Dev (Build 200809101401)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

Steps to reproduce: Set breakpoint on line 101 in MemoryView java -> click on step into button (see that the program
counter annotations appeared on lines 101-104) -> click on the button again -> "multiple annotations" annotations
appeared on lines 102-104 (but clicking on the black arrows does nothing - it doesn't make sense)
- see the attached screenshot
Comment 1 Petr Cyhelsky 2008-09-11 16:49:52 UTC
Created attachment 69673 [details]
screenshot
Comment 2 Martin Entlicher 2008-09-11 17:07:53 UTC
The annotation across multiple lines is as designed for this new Step Into functionality.
However, the black arrows should not be there, just one on the first line.
Comment 3 Petr Cyhelsky 2008-09-11 17:40:53 UTC
yes, I complained only about the black ones :)
Comment 4 Daniel Prusa 2009-05-06 13:30:52 UTC
No longer reproducible, probably fixed.
Comment 5 Quality Engineering 2010-04-29 09:43:54 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.