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 144237 - Multiple annotations appear at breakpoint toggling where none was before
Summary: Multiple annotations appear at breakpoint toggling where none was before
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 11:16 UTC by Petr Cyhelsky
Modified: 2008-09-24 09:34 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 Petr Cyhelsky 2008-08-18 11:20:01 UTC
Product Version: NetBeans IDE Dev (Build 200808170243)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-120
System: Mac OS X version 10.4.11 running on i386; MacRoman; en_US (nb)

Observed: Multiple annotations arrow appear in ant debugger when I toggle breakpoint, although there was no annotations before.

Expected: There should either be some annotation before, or there should be just the breakpoint annotation after toggling it.

Steps to reproduce: Open sample project anagram game -> invoke debug target|run on build.xml file -> invoke step over once and step into five times -> 
toggle breakpoint on line after the program counter -> multiple annotations appear in the gutter
Comment 1 Daniel Prusa 2008-08-18 16:46:54 UTC
Another steps how to reproduce:
- open XML file, place caret at some line
- press and hold Ctrl+F8, wait till multi-breakpoint annotation appears (it tooks about three seconds to reach such a state)
Comment 2 Daniel Prusa 2008-09-22 13:59:42 UTC
None of the two described test cases no longer reproducible, possibly fixed somewhere in the editor module.
Comment 3 Petr Cyhelsky 2008-09-22 16:04:11 UTC
Still happens on:
Product Version: NetBeans IDE Dev (Build 200809220201)
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)
Comment 4 Daniel Prusa 2008-09-23 13:30:54 UTC
Fixed.
http://hg.netbeans.org/main?cmd=changeset;node=19ff6858dd0c
Comment 5 Quality Engineering 2008-09-23 18:13:09 UTC
Integrated into 'main-golden', will be available in build *200809231435* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/19ff6858dd0c
User: Daniel Prusa <dprusa@netbeans.org>
Log: #144237: Multiple annotations appear at breakpoint toggling where none was before
Comment 6 Petr Cyhelsky 2008-09-24 09:34:33 UTC
Verified on:
Product Version: NetBeans IDE Dev (Build 200809240201)
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)