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 80101 - API implementation enhancements
Summary: API implementation enhancements
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 22:26 UTC by Chris Webster
Modified: 2011-11-28 04:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Webster 2006-07-12 22:26:21 UTC
* Make the AbstractFactory take a lookup as a parameter. This can be done in a
compatible way by having the no argument constructor get the default lookup. 

* Think about changing the name of ModelAccess, to something like: 
FWIW I find the API name ModelAccess to be unmatched to the behavior of its
interface methods.  I have no better name mind you, but if it was called
ModelEditingControl it more match better to what you have which suggests
"access" verb.  Also API Model and ModelAccess seem to have lots of overlap in
behavior just by account of method name.