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 169974 - Remove @PathcedPublic methods from JavaSource
Summary: Remove @PathcedPublic methods from JavaSource
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2009-08-06 12:17 UTC by Tomas Zezula
Modified: 2009-08-10 05:59 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (3.20 KB, patch)
2009-08-06 12:32 UTC, Tomas Zezula
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2009-08-06 12:17:57 UTC
The JavaSource contains  3 @PatchedPublic methods which was used to keep binary compatibility among milestones in NB 6.0.
According to the Compatibility Policy http://wiki.netbeans.org/CompatibilityPolicy#section-CompatibilityPolicy-
TechnicalProcedureForMakingAnIncompatiblePhasedChange these methods can be removed.
Comment 1 Tomas Zezula 2009-08-06 12:32:28 UTC
Created attachment 85903 [details]
Patch file
Comment 2 Jesse Glick 2009-08-06 19:14:40 UTC
Agreed.
Comment 3 Jaroslav Tulach 2009-08-07 08:44:42 UTC
Good. Congratulation to being the first to complete the process of doing incompatible phased change.
Comment 4 Tomas Zezula 2009-08-07 08:48:27 UTC
Thanks Jardo :-)
I will integrate it tomorrow.
Comment 5 Tomas Zezula 2009-08-09 11:10:07 UTC
Fixed in jat-main: e394f9850a46
Comment 6 Quality Engineering 2009-08-10 05:59:12 UTC
Integrated into 'main-golden', will be available in build *200908100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e394f9850a46
User: Tomas Zezula <tzezula@netbeans.org>
Log: #169974:Remove PathcedPublic methods from JavaSource