Skip to content

Hurricup/bugfixes

Hurricup/bugfixes #546

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

4 new problems found by Qodana for JVM

Qodana for JVM

4 new problems were found

Inspection name Severity Problems
Unused declaration 🔶 Warning 2
Method parameter always has the same value 🔶 Warning 1
Method can be extracted ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 43 in plugin/core/src/main/java/com/perl5/lang/perl/idea/manipulators/PerlHeredocElementManipulator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Method can be extracted

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

Check warning on line 86 in plugin/src/test/java/intellilang/PerlQuickEditTest.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Method parameter always has the same value

Value of parameter `string` is always '""'

Check warning on line 69 in plugin/core/src/main/java/com/perl5/lang/perl/idea/manipulators/PerlHeredocElementManipulator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused declaration

Method is never used.

Check warning on line 42 in plugin/core/src/main/java/com/perl5/lang/perl/idea/manipulators/PerlHeredocElementManipulator.java

See this annotation in the file changed.

@github-actions github-actions / Qodana for JVM

Unused declaration

Variable `project` is never used