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 58732

Summary: Debugger cannot step over depndent targets when divided by space
Product: debugger Reporter: _ lcincura <lcincura>
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ lcincura 2005-05-10 12:36:10 UTC
Ant debugger cannot step over dependent targets, when tagrets are divided bu
comma  followed by space.
Example:
<target name="a" depends="b,c,d"/> - debugger steps over targets b, c and d
<target name="a" depends="b, c, d"/> - debugger steps over all targets at once
Comment 1 Martin Entlicher 2005-10-31 16:34:01 UTC
Fixed as a part of fix of issue #58583. trim() added.
Comment 2 _ lcincura 2005-12-20 13:47:25 UTC
Verified in 200512181900