Experimental branch: Case insensitive collision warning and hidden identifiers #327
Annotations
3 errors
BaseTest.testAuthoringPatterns:
Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L26
java.lang.AssertionError: [Identifier hiding detected: Identifier for identifiers: [Application of Intermittent Pneumatic Compression Devices (IPC)] resolved as a context accessor with case insensitive matching.
, Identifier hiding detected: Identifier for identifiers: [Diabetes] resolved as a context accessor with exact case matching.
]
Expected: is <5>
but: was <2>
|
BaseTest.testAuthoringPatterns:
Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L35
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier for identifiers: [Application of Intermittent Pneumatic Compression Devices (IPC)] resolved as a context accessor with case insensitive matching.
, org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier for identifiers: [Diabetes] resolved as a context accessor with exact case matching.
]
Expected: is <5>
but: was <2>
|
gradle
Gradle build failed: see console output for details
|