Merge pull request #3366 from hansonmcoombs/patch-1 #69
52 new problems found by Qodana Community for JVM
Qodana Community for JVM
34 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Incorrect service retrieving |
🔴 Failure | 1 |
Eager creation of action presentation |
🔶 Warning | 24 |
Companion object in extensions |
🔶 Warning | 8 |
Call chain on collection could be converted into 'Sequence' to improve performance |
◽️ Notice | 1 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- 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
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertSlantedAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertTypewriterAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertParagraphAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 18 in src/nl/hannahsten/texifyidea/action/reformat/ReformatWithLatexindent.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertSubSubSectionAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertPartAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertSubSectionAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 22 in src/nl/hannahsten/texifyidea/action/LatexToggleStarAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 22 in src/nl/hannahsten/texifyidea/action/preview/ShowTikzPreview.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertBoldfaceAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertOverlineAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertSmallCapsAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertSubParagraphAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 8 in src/nl/hannahsten/texifyidea/action/insert/InsertEmphasisAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertSectionAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertUnderlineAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 16 in src/nl/hannahsten/texifyidea/action/reformat/ReformatWithBibtexTidy.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 16 in src/nl/hannahsten/texifyidea/action/ForwardSearchAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 16 in src/nl/hannahsten/texifyidea/action/preview/ShowEquationPreview.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertItalicsAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 15 in src/nl/hannahsten/texifyidea/action/insert/InsertStrikethroughAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 28 in src/nl/hannahsten/texifyidea/action/analysis/WordCountAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 9 in src/nl/hannahsten/texifyidea/action/insert/InsertChapterAction.kt
github-actions / Qodana Community for JVM
Eager creation of action presentation
Action presentation instantiated in the constructor
Check warning on line 12 in src/nl/hannahsten/texifyidea/index/LatexGlossaryEntryIndex.kt
github-actions / Qodana Community for JVM
Companion object in extensions
Extensions should not contain a companion object