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 207288

Summary: AntProjectHelper.createSharabilityQuery2
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 198060    
Bug Blocks:    
Attachments: Proposed patch

Description Jesse Glick 2012-01-13 17:11:40 UTC
Since SharabilityQueryImplementation is deprecated, warning-clean code needs a SharabilityQueryImplementation2 to place in project lookup.

(AntProjectHelper does not currently supported non-File-based projects in other respects, so it is probably not needed for remote FS support, but it cannot hurt.)
Comment 1 Jesse Glick 2012-01-13 17:45:07 UTC
Please review.
Comment 2 Jesse Glick 2012-01-13 17:45:11 UTC
Created attachment 114885 [details]
Proposed patch
Comment 3 Jesse Glick 2012-01-20 14:32:03 UTC
core-main #9935a6c3706c
Comment 4 Quality Engineering 2012-01-25 16:39:10 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9935a6c3706c
User: Jesse Glick <jglick@netbeans.org>
Log: #207288: AntProjectHelper.createSharabilityQuery2.