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 69540 - Wrong higlighting of dependent targets
Summary: Wrong higlighting of dependent targets
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 15:58 UTC by _ lcincura
Modified: 2005-12-20 14:14 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 _ lcincura 2005-11-29 15:58:59 UTC
NetBeans IDe 5.0 [200511271900] on jdk 1.5.0_05

1) create J2SE project in NetBeans
2) debug it's build.xml, target compile
3) when stapping trough it, after target -pre-pre-compile is finished, ant
debugger highlights -pre-compile part of the -pre-pre-compile target, instead of
next dependent target -pre-compile
Comment 1 Martin Entlicher 2005-12-09 11:11:21 UTC
Reproduced. We need to check that what we found is the whole target name, not
only a sub-string.
Comment 2 Martin Entlicher 2005-12-09 11:16:54 UTC
Fixed in trunk:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/Utils.java,v  <-- 
Utils.java
new revision: 1.4; previous revision: 1.3
Comment 3 _ lcincura 2005-12-20 14:14:24 UTC
Verified in 200512181900