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 177560 - Too much retouche in CSL
Summary: Too much retouche in CSL
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: Other Linux
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2009-11-25 01:26 UTC by Jaroslav Tulach
Modified: 2009-11-26 19:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Removing LowMemory detector (25.95 KB, patch)
2009-11-25 01:26 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-11-25 01:26:48 UTC
Created attachment 91649 [details]
Removing LowMemory detector

While looking into current whitelist
http://wiki.netbeans.org/FitnessViaWhiteAndBlackList
I noticed GsfModuleInstaller. As far as I can tell its only purpose is to check a property and do nothing.

The whole class (and its dependencies) seem to be a relict of a past copied from retouche but not used at all.
Comment 1 Jaroslav Tulach 2009-11-25 01:30:15 UTC
When fixed please hg backout
http://hg.netbeans.org/ergonomics/rev/13e4bbf9a6e7
and verify with 
http://wiki.netbeans.org/FitnessViaWhiteAndBlackList
test.
Comment 2 Miloslav Metelka 2009-11-25 09:23:19 UTC
http://hg.netbeans.org/jet-main/rev/caae1a2659bb
Comment 3 Miloslav Metelka 2009-11-25 10:19:48 UTC
I've tried to add the GsfModuleInstaller into blacklist.txt and the tests passed so I suppose it should be fine. Yardo, please, modify the blacklist/whitelist as you need. Thanks.
Comment 4 Quality Engineering 2009-11-26 19:33:57 UTC
Integrated into 'main-golden', will be available in build *200911261400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/13e4bbf9a6e7
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: GsfModuleInstaller will be removed when #177560 is fixed