Skip to content

Merge pull request #346 from DBHammer/dependabot/maven/com.fasterxml.… #97

Merge pull request #346 from DBHammer/dependabot/maven/com.fasterxml.…

Merge pull request #346 from DBHammer/dependabot/maven/com.fasterxml.… #97

GitHub Actions / Qodana Community for JVM completed Sep 13, 2024 in 0s

12 new problems found by Qodana Community for JVM

Qodana Community for JVM

12 new problems were found

Inspection name Severity Problems
Result of method call ignored 🔶 Warning 6
Class is exposed outside of its visibility scope 🔶 Warning 2
Optional.get() is called without isPresent() check 🔶 Warning 2
Instantiation of utility class 🔶 Warning 1
Duplicate branch in alternation 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.3.2
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 260 in src/main/java/ecnu/db/schema/Column.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `StringTemplate` is exposed outside its defined visibility scope

Check warning on line 112 in src/main/java/ecnu/db/generator/constraintchain/ConstraintChain.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Class is exposed outside of its visibility scope

Class `SubGraph` is exposed outside its defined visibility scope

Check warning on line 288 in src/main/java/ecnu/db/analyzer/TaskConfigurator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdir()` is ignored

Check warning on line 91 in src/main/java/ecnu/db/generator/constraintchain/ConstraintChainManager.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdir()` is ignored

Check warning on line 203 in src/main/java/ecnu/db/analyzer/QueryInstantiate.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdir()` is ignored

Check warning on line 282 in src/main/java/ecnu/db/analyzer/TaskConfigurator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdir()` is ignored

Check warning on line 149 in src/main/java/ecnu/db/schema/ColumnManager.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdir()` is ignored

Check warning on line 97 in src/main/java/ecnu/db/generator/constraintchain/ConstraintChainManager.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Result of method call ignored

Result of `File.mkdir()` is ignored

Check warning on line 24 in src/main/java/ecnu/db/MirageApp.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Instantiation of utility class

Instantiation of utility class `MirageApp`

Check warning on line 163 in src/main/java/ecnu/db/analyzer/statical/QueryWriter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Optional.get() is called without isPresent() check

`Optional.get()` without 'isPresent()' check

Check warning on line 167 in src/main/java/ecnu/db/analyzer/statical/QueryWriter.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Optional.get() is called without isPresent() check

`Optional.get()` without 'isPresent()' check

Check warning on line 45 in src/main/java/ecnu/db/analyzer/online/adapter/pg/PgAnalyzer.java

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Duplicate branch in alternation

Duplicate branch in alternation