Push on main #52
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:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- 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/[email protected]
with:
upload-result: true
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
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
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
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
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
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
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
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
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
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
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
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
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
github-actions / Qodana Community for JVM
Unused import
Unused import `import lombok.val;`