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

Summary: Kill various pieces of debug code
Product: ide Reporter: _ rkubacki <rkubacki>
Component: PerformanceAssignee: _ rkubacki <rkubacki>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.