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 4
4
* sub-classes of 'SsaVariable'.
5
5
* @kind problem
6
6
* @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
9
9
*/
10
10
11
11
import java
Original file line number Diff line number Diff line change 3
3
* @description A phi node should have at least two inputs.
4
4
* @kind problem
5
5
* @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
8
8
*/
9
9
10
10
import java
Original file line number Diff line number Diff line change 4
4
* and should therefore have a prior definition.
5
5
* @kind problem
6
6
* @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
9
9
*/
10
10
11
11
import java
Original file line number Diff line number Diff line change 4
4
* should have a unique associated SSA variable.
5
5
* @kind problem
6
6
* @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
9
9
*/
10
10
11
11
import java
You can’t perform that action at this time.
0 commit comments