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 86680

Summary: Upgrade SPI to use new standard LookupMerger
Product: projects Reporter: Jesse Glick <jglick>
Component: Ant FreeformAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker CC: pjiricka
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 83343    
Bug Blocks: 72091    
Attachments: changes in java/freeform
changes in ant/freeform

Description Jesse Glick 2006-10-06 15:13:35 UTC
See issue #83343 for background.
Comment 1 Milos Kleint 2006-10-09 15:03:25 UTC
Created attachment 35039 [details]
changes in java/freeform
Comment 2 Milos Kleint 2006-10-09 15:03:56 UTC
Created attachment 35040 [details]
changes in ant/freeform
Comment 3 Milos Kleint 2006-10-09 15:27:18 UTC
please review this minor api change in ant/freeform. 
I made the LookupMerger class deprecated there and replaced by the new
LookupMerger from projectapi. Rewrote the  existing LookupMerger instance to the
new api.
Comment 4 Jesse Glick 2006-10-10 16:32:02 UTC
ant/freeform is a friend SPI. There is no reason that I can see to mark anything
deprecated; we can just delete it and make sure all usages are rewritten,
incrementing the module major release version. (Which probably requires waiting
for release55 to be merged, since some usages may be in enterprise cluster.)
Comment 5 Milos Kleint 2006-10-16 10:50:11 UTC
thanks for the review, I will delete the LookupMerger from ant/freeform instead
of deprecating it and integrate into trunk.
Comment 6 Milos Kleint 2006-10-16 15:24:48 UTC
done. removed LookupMerger and fixed java/freeform and j2ee/ejbfreeform