File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 * sub-classes of 'SsaVariable'.
55 * @kind problem
66 * @problem.severity error
7- * @id java/sanity /non-unique-ssa-tostring
8- * @tags sanity
7+ * @id java/consistency /non-unique-ssa-tostring
8+ * @tags consistency
99 */
1010
1111import java
Original file line number Diff line number Diff line change 33 * @description A phi node should have at least two inputs.
44 * @kind problem
55 * @problem.severity error
6- * @id java/sanity /too-few-phi-inputs
7- * @tags sanity
6+ * @id java/consistency /too-few-phi-inputs
7+ * @tags consistency
88 */
99
1010import java
Original file line number Diff line number Diff line change 44 * and should therefore have a prior definition.
55 * @kind problem
66 * @problem.severity error
7- * @id java/sanity /uncertain-ssa-update-without-prior-def
8- * @tags sanity
7+ * @id java/consistency /uncertain-ssa-update-without-prior-def
8+ * @tags consistency
99 */
1010
1111import java
Original file line number Diff line number Diff line change 44 * should have a unique associated SSA variable.
55 * @kind problem
66 * @problem.severity error
7- * @id java/sanity /use-without-unique-ssa-variable
8- * @tags sanity
7+ * @id java/consistency /use-without-unique-ssa-variable
8+ * @tags consistency
99 */
1010
1111import java
You can’t perform that action at this time.
0 commit comments