Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 163429 Details for
Bug 307525
Deprecated method seems to be reported as an API change
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed fix
patch_307525.txt (text/plain), 1.52 KB, created by
Olivier Thomann
on 2010-03-30 13:33:10 EDT
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Olivier Thomann
Created:
2010-03-30 13:33:10 EDT
Size:
1.52 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.api.tools >Index: src_ant/org/eclipse/pde/api/tools/internal/tasks/ExcludeListDeltaVisitor.java >=================================================================== >RCS file: /cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/ExcludeListDeltaVisitor.java,v >retrieving revision 1.10 >diff -u -r1.10 ExcludeListDeltaVisitor.java >--- src_ant/org/eclipse/pde/api/tools/internal/tasks/ExcludeListDeltaVisitor.java 23 Jun 2009 02:24:15 -0000 1.10 >+++ src_ant/org/eclipse/pde/api/tools/internal/tasks/ExcludeListDeltaVisitor.java 30 Mar 2010 17:32:21 -0000 >@@ -113,7 +113,6 @@ > int modifiers = delta.getNewModifiers(); > if (Flags.isPublic(modifiers)) { > switch(delta.getFlags()) { >- case IDelta.DEPRECATION : > case IDelta.TYPE_MEMBER : > case IDelta.METHOD : > case IDelta.CONSTRUCTOR : >@@ -135,7 +134,6 @@ > } > } else if (Flags.isProtected(modifiers) && !RestrictionModifiers.isExtendRestriction(delta.getRestrictions())) { > switch(delta.getFlags()) { >- case IDelta.DEPRECATION : > case IDelta.TYPE_MEMBER : > case IDelta.METHOD : > case IDelta.CONSTRUCTOR : >@@ -164,13 +162,6 @@ > } > } > break; >- case IDelta.REMOVED : >- switch(delta.getFlags()) { >- case IDelta.DEPRECATION : >- if (!checkExclude(delta)) { >- super.processLeafDelta(delta); >- } >- } > } > } else { > switch(delta.getKind()) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 307525
: 163429