Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3664 search result indexing #3691

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

changelog

311759e
Select commit
Loading
Failed to load commit list.
Open

3664 search result indexing #3691

changelog
311759e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 5, 2024 in 0s

8 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 51 in hapi-fhir-sql-migrate/src/main/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTask.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/main/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTask.java#L51

Switch statements should be exhaustive, add a default case (or missing enum branches)

Check notice on line 22 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L22

The JUnit 5 test method name 'allSame_isEqual' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 27 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L27

The JUnit 5 test method name 'differentColumns_unequal' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 33 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L33

The JUnit 5 test method name 'differentName_unequal' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 39 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L39

The JUnit 5 test method name 'allSame_sameHash' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 45 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L45

The JUnit 5 test method name 'differentColumns_differentHash' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 51 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L51

The JUnit 5 test method name 'differentName_differentHash' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 61 in hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

hapi-fhir-sql-migrate/src/test/java/ca/uhn/fhir/jpa/migrate/taskdef/AddPrimaryKeyTaskTest.java#L61

The JUnit 5 test method name 'sqlGeneration_matches' doesn't match '[a-z][a-zA-Z0-9]*'