Skip to content

chore: refactor aggregation parsing logic into dedicated stage based parsers #765

chore: refactor aggregation parsing logic into dedicated stage based parsers

chore: refactor aggregation parsing logic into dedicated stage based parsers #765

Triggered via pull request January 16, 2025 11:29
Status Success
Total duration 6m 35s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
SpringCriteriaFieldCheckLinterInspectionTest.shows an inspection when a provided value cannot be assigned to a field because of detected type mismatch(Project, CodeInsightTestFixture): packages/jetbrains-plugin/src/test/kotlin/com/mongodb/jbplugin/inspections/impl/SpringCriteriaFieldCheckLinterInspectionTest.kt#L354
org.junit.ComparisonFailure: Repository.java: missing (30:42/6): '"true"' (A "String"(type of provided value) cannot be assigned to "boolean"(type of "released")) expected:<...here("released").is([<warning descr="A \"String\"(type of provided value) cannot be assigned to \"boolean\"(type of \"released\")">"true"</warning>]) ) ...> but was:<...here("released").is(["true"]) ) ...>
SpringCriteriaFieldCheckLinterInspectionTest.shows an inspection when the field does not exist in the current namespace(Project, CodeInsightTestFixture): packages/jetbrains-plugin/src/test/kotlin/com/mongodb/jbplugin/inspections/impl/SpringCriteriaFieldCheckLinterInspectionTest.kt#L257
org.junit.ComparisonFailure: Repository.java: missing (30:27/10): '"released"' (Field "released" does not exist in collection "bad_db.book") expected:<... where([<warning descr="Field \"released\" does not exist in collection \"bad_db.book\"">"released"</warning>]).is(true) ...> but was:<... where(["released"]).is(true) ...>
Analyze (java-kotlin)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636