Skip to content

Push on main

Push on main #52

GitHub Actions / Qodana Community for JVM completed Jul 22, 2024 in 0s

13 new problems found by Qodana Community for JVM

Qodana Community for JVM

13 new problems were found

Inspection name Severity Problems
Lombok @Getter may be used 🔶 Warning 4
Link specified as plain text 🔶 Warning 3
Mismatch between Javadoc and code 🔶 Warning 2
Class is exposed outside of its visibility scope 🔶 Warning 1
Unused import 🔶 Warning 1
Method can be extracted ◽️ Notice 1
Trailing comma recommendations ◽️ Notice 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:

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/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 125 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizerResources.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 `BiGram` is exposed outside its defined visibility scope

Check notice on line 98 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Method can be extracted

It's possible to extract method returning 'outputTokens' from a long surrounding method

Check warning on line 24 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Link specified as plain text

Link specified as plain text

Check warning on line 25 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Link specified as plain text

Link specified as plain text

Check warning on line 23 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Link specified as plain text

Link specified as plain text

Check warning on line 113 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Lombok @Getter may be used

Field 'sepToken' may have Lombok @Getter

Check warning on line 109 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Lombok @Getter may be used

Field 'clsToken' may have Lombok @Getter

Check warning on line 117 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Lombok @Getter may be used

Field 'unkToken' may have Lombok @Getter

Check warning on line 13 in src/main/java/com/genesys/roberta/tokenizer/BiGram.java

See this annotation in the file changed.

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

Lombok @Getter may be used

Class 'BiGram' may use Lombok @Getter

Check warning on line 96 in src/main/java/com/genesys/roberta/tokenizer/BytePairEncoder.java

See this annotation in the file changed.

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

Mismatch between Javadoc and code

Method is specified to return list but the return type is set

Check warning on line 12 in src/main/java/com/genesys/roberta/tokenizer/Tokenizer.java

See this annotation in the file changed.

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

Mismatch between Javadoc and code

Method is specified to return list but the return type is array

Check notice on line 56 in build.gradle.kts

See this annotation in the file changed.

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

Trailing comma recommendations

Useless trailing comma

Check warning on line 4 in src/main/java/com/genesys/roberta/tokenizer/RobertaTokenizer.java

See this annotation in the file changed.

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

Unused import

Unused import `import lombok.val;`