Java: Rename sanity -> consistency

This commit is contained in:
Dave Bartolomeo
2020-05-11 13:37:01 -04:00
parent 09d1da2f7a
commit b39d4bc4bd
4 changed files with 8 additions and 8 deletions

View File

@@ -4,8 +4,8 @@
* sub-classes of 'SsaVariable'.
* @kind problem
* @problem.severity error
* @id java/sanity/non-unique-ssa-tostring
* @tags sanity
* @id java/consistency/non-unique-ssa-tostring
* @tags consistency
*/
import java

View File

@@ -3,8 +3,8 @@
* @description A phi node should have at least two inputs.
* @kind problem
* @problem.severity error
* @id java/sanity/too-few-phi-inputs
* @tags sanity
* @id java/consistency/too-few-phi-inputs
* @tags consistency
*/
import java

View File

@@ -4,8 +4,8 @@
* and should therefore have a prior definition.
* @kind problem
* @problem.severity error
* @id java/sanity/uncertain-ssa-update-without-prior-def
* @tags sanity
* @id java/consistency/uncertain-ssa-update-without-prior-def
* @tags consistency
*/
import java

View File

@@ -4,8 +4,8 @@
* should have a unique associated SSA variable.
* @kind problem
* @problem.severity error
* @id java/sanity/use-without-unique-ssa-variable
* @tags sanity
* @id java/consistency/use-without-unique-ssa-variable
* @tags consistency
*/
import java