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 46187 - Get rid of your own logging class
Summary: Get rid of your own logging class
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-07-15 12:44 UTC by _ rkubacki
Modified: 2004-08-13 12:12 UTC (History)
1 user (show)

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 2004-07-15 12:44:53 UTC
o.n.m.vcscore.util.Debug is pretty ugly. VCS
modules should reuse existing ErrorManager or
Logging API.
Comment 1 Martin Entlicher 2004-07-15 17:11:20 UTC
This is actually a duplicate of issue #27730. Is it really defect?
Comment 2 _ rkubacki 2004-07-15 20:08:00 UTC
Defect vs. RFE: it is questionable. If it is used than logging via
stderr/stdout is probably not what we expect. 

What I think is that this is a place where we can elimitate a class,
perhaps made some other classes (often there are two instances of
Debug object staticaly referenced) a bit smaller. Really small
benefits I know.
Comment 3 Martin Entlicher 2004-07-27 12:07:47 UTC
Fixed, after issue #27730 is fixed.
See issue #27730 for the list of changed files.