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 156295 - System.out debug left in OutlineView
Summary: System.out debug left in OutlineView
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 16:48 UTC by oyarzun
Modified: 2009-02-19 22:53 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 oyarzun 2009-01-05 16:48:58 UTC
Looks like line 421 is left over from some testing of the OutlineView expandSelection() method. 

420                     if (tp != null) {
421                         System.out.println( "expanding: " + tp );
422                         outline.expandPath(tp);
423                     }
Comment 1 Jiri Rechtacek 2009-02-09 16:44:16 UTC
rev/6b1490126bfe
Comment 2 Quality Engineering 2009-02-10 19:48:46 UTC
Integrated into 'main-golden', will be available in build *200902101401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6b1490126bfe
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #156295: remove a debug message