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

Summary: API implementation enhancements
Product: xml Reporter: Chris Webster <cwebster>
Component: XAMAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.