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 104372 - Kill various pieces of debug code
Summary: Kill various pieces of debug code
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-20 20:23 UTC by _ rkubacki
Modified: 2011-05-25 11:37 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 _ rkubacki 2007-05-20 20:23:17 UTC
private static final boolean debug = false 
usually means there are couple of place where we log something. Most of these
patterns should be written with logger or can be deleted completely.
Comment 1 _ rkubacki 2007-07-27 14:48:01 UTC
not a big deal -> P4
Comment 2 _ rkubacki 2009-06-22 04:26:44 UTC
I'm not going to make any changes here.