-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2023.3.1 #2827
Release 2023.3.1 #2827
Conversation
Some DSL may produce several entities by a single identifier, e.g. mk_accessors may create getter and setter. We should avoid marking them twice as deprecated.
Qodana for JVM2724 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
/** | ||
* fixme butify this | ||
*/ | ||
public class PerlDeprecatedInspection extends PerlInspection { | ||
@Override | ||
public @NotNull PsiElementVisitor buildVisitor(final @NotNull ProblemsHolder holder, boolean isOnTheFly) { | ||
return new PerlVisitor() { | ||
private Set<PsiElement> myMarkedElements = new HashSet<>(); |
Check warning
Code scanning / QDJVM
Declaration can have 'final' modifier Warning
/** | ||
* fixme butify this | ||
*/ | ||
public class PerlDeprecatedInspection extends PerlInspection { | ||
@Override | ||
public @NotNull PsiElementVisitor buildVisitor(final @NotNull ProblemsHolder holder, boolean isOnTheFly) { | ||
return new PerlVisitor() { | ||
private Set<PsiElement> myMarkedElements = new HashSet<>(); |
Check warning
Code scanning / QDJVM
Field may be 'final' Warning
Quality Gate passedIssues Measures |
No description provided.