Home
last modified time | relevance | path

Searched refs:FallthroughCase (Results 1 – 10 of 10) sorted by relevance

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/impl/
H A DIrritantSet.java51 public static final IrritantSet FALLTHROUGH = new IrritantSet(CompilerOptions.FallthroughCase);
H A DCompilerOptions.java268 public static final int FallthroughCase = IrritantSet.GROUP1 | ASTNode.Bit20; field in CompilerOptions
630 case FallthroughCase : in optionKeyFromIrritant()
936 case FallthroughCase : in warningTokenFromIrritant()
1137 optionsMap.put(OPTION_ReportFallthroughCase, getSeverityString(FallthroughCase)); in getMap()
1638 …ptionsMap.get(OPTION_ReportFallthroughCase)) != null) updateSeverity(FallthroughCase, optionValue); in set()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/
H A DIrritantSet.java57 public static final IrritantSet FALLTHROUGH = new IrritantSet(CompilerOptions.FallthroughCase);
H A DCompilerOptions.java312 public static final int FallthroughCase = IrritantSet.GROUP1 | ASTNode.Bit20; field in CompilerOptions
725 case FallthroughCase : in optionKeyFromIrritant()
1112 case FallthroughCase : in warningTokenFromIrritant()
1342 optionsMap.put(OPTION_ReportFallthroughCase, getSeverityString(FallthroughCase)); in getMap()
1885 …ptionsMap.get(OPTION_ReportFallthroughCase)) != null) updateSeverity(FallthroughCase, optionValue); in set()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DQuickFixProcessor.java242 case IProblem.FallthroughCase: in hasCorrections()
732 case IProblem.FallthroughCase: in process()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DFlowAnalysisTest.java681 if (ProblemReporter.getProblemCategory(ProblemSeverities.Warning, IProblem.FallthroughCase) != in test021()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/core/compiler/
H A DIProblem.java626 int FallthroughCase = Internal + 194; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/
H A DIProblem.java674 int FallthroughCase = Internal + 194; field
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/problem/
H A DProblemReporter.java525 case IProblem.FallthroughCase: in getIrritant()
526 return CompilerOptions.FallthroughCase; in getIrritant()
628 case CompilerOptions.FallthroughCase : in getProblemCategory()
7108 IProblem.FallthroughCase, in possibleFallThroughCase()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/
H A DProblemReporter.java621 case IProblem.FallthroughCase: in getIrritant()
622 return CompilerOptions.FallthroughCase; in getIrritant()
741 case CompilerOptions.FallthroughCase : in getProblemCategory()
7711 IProblem.FallthroughCase, in possibleFallThroughCase()