We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if
A instanceof B
B.class.isInstance(A)
<>
<Type>
throws Exception
checkstyle:
The text was updated successfully, but these errors were encountered:
7.1.0 on Maven: https://search.maven.org/artifact/fr.inria.gforge.spoon/spoon-core/7.1.0/jar
Waiting for #2648 and #2649 to close the issue.
Sorry, something went wrong.
No branches or pull requests
New features
Bug Fixes
Documentation
Refactoring
if
condition of CtRenameLocalVariableRefactoring. (PR: refactor: inline local variable - CtRenameLocalVariableRefactoring.java #2435)A instanceof B
instead of longerB.class.isInstance(A)
. (PR: refactor: fix code inspection - use instanceof #2433)<>
instead of<Type>
. (PR: refactor: fix SonarQube defects <> #2280)Performance
Tests
throws Exception
in test signatures (TestSourceFragment.java). (PR: refactor: remove unused exceptions in TestSourceFragment.java #2467)Other
checkstyle:
as comment prefix. (PR: chore: addedcheckstyle:
as comment prefix #2430)Authors
The text was updated successfully, but these errors were encountered: