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 82461 Details for
Bug 77918
[compiler] Unnecessary implementation of interface in class declaration
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]
Supplement to patch to make it suppressable
77918-complement.txt (text/plain), 1.53 KB, created by
Philipe Mulet
on 2007-11-08 12:09:45 EST
(
hide
)
Description:
Supplement to patch to make it suppressable
Filename:
MIME Type:
Creator:
Philipe Mulet
Created:
2007-11-08 12:09:45 EST
Size:
1.53 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.core >Index: compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java,v >retrieving revision 1.194 >diff -u -r1.194 CompilerOptions.java >--- compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 8 Nov 2007 16:27:58 -0000 1.194 >+++ compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 8 Nov 2007 17:08:39 -0000 >@@ -1264,6 +1264,7 @@ > return "unchecked"; //$NON-NLS-1$ > case (int) (UnusedLabel >>> 32): > case (int) (UnusedTypeArguments >>> 32) : >+ case (int) (RedundantSuperinterface >>> 32) : > return "unused"; //$NON-NLS-1$ > case (int) (DiscouragedReference >>> 32) : > case (int) (ForbiddenReference >>> 32) : >@@ -1360,7 +1361,7 @@ > break; > case 'u' : > if ("unused".equals(warningToken)) //$NON-NLS-1$ >- return UnusedLocalVariable | UnusedArgument | UnusedPrivateMember | UnusedDeclaredThrownException | UnusedLabel | UnusedImport | UnusedTypeArguments; >+ return UnusedLocalVariable | UnusedArgument | UnusedPrivateMember | UnusedDeclaredThrownException | UnusedLabel | UnusedImport | UnusedTypeArguments | RedundantSuperinterface; > if ("unchecked".equals(warningToken)) //$NON-NLS-1$ > return UncheckedTypeOperation | RawTypeReference; > if ("unqualified-field-access".equals(warningToken)) //$NON-NLS-1$
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 77918
:
71591
|
82360
| 82461