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 - Change a few things in ExtensibleMetadataProvider
Summary: Change a few things in ExtensibleMetadataProvider
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 40703
  Show dependency tree
 
Reported: 2004-03-12 15:52 UTC by Jaroslav Tulach
Modified: 2005-12-14 16:32 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 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