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 40962

Summary: Change a few things in ExtensibleMetadataProvider
Product: projects Reporter: Jaroslav Tulach <jtulach>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker CC: jglick
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 40703    

Description Jaroslav Tulach 2004-03-12 15:52:27 UTC
There were few advices regarding the current state
of ExtensibleMetadaProvider. The most important
was to:

- split into two interfaces. One with
getCacheDir() and second with all the other
methods minus supportsXXX() one as it will no
longer be needed

- second suggestion was to rename it, however the
suggested name Configuration was refused and no
other was suggestion made. It is however not clear
why something like this should be called provider.


Other minor suggestions include
- in javadoc link to AntProjectHelper as the way
how to create the interface
- consider it being interface. Should it be
interface? Maybe public final would be better
Comment 1 Jesse Glick 2004-04-03 03:21:01 UTC
Done.
Comment 2 Miloslav Metelka 2004-06-23 12:31:25 UTC
Just for completeness: the two interfaces are AuxiliaryConfiguration
and CacheDirectoryProvider I guess.
Comment 3 Marian Mirilovic 2005-12-14 16:32:20 UTC
no additional informations for long time - closing