### 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.215 diff -u -r1.215 CompilerOptions.java --- compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 24 Apr 2009 13:31:26 -0000 1.215 +++ compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 26 Jun 2009 18:28:18 -0000 @@ -229,9 +229,6 @@ // group 2 public static final int ShouldImplementHashcode = IrritantSet.GROUP2 | ASTNode.Bit1; public static final int DeadCode = IrritantSet.GROUP2 | ASTNode.Bit2; - - // Map: String optionKey --> Long irritant> - private static Map OptionToIrritants; // Severity level for handlers /** @@ -515,27 +512,6 @@ return null; } - public static long optionKeyToIrritant(String optionName) { - if (OptionToIrritants == null) { - Map temp = new HashMap(); - int group = 0; - for (int g = 0; g < 8; g++) { - group <<= 1; - int index = 0; - for (int i = 0; i < 30; i++) { - index <<= 1; - int irritant = (group<>16)) { case ClassFileConstants.MAJOR_VERSION_1_1 :