issues
search
openrewrite
/
rewrite-static-analysis
OpenRewrite recipes for identifying and fixing static analysis issues.
Apache License 2.0
32
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adjust MethodNameCasing to work with C#
#397
Laurens-W
opened
5 hours ago
2
Improve recipes and excluded them from C# codebase if needed
#396
jevanlingen
opened
1 day ago
0
Adjust `CatchClauseOnlyRethrows` to work with C#
#395
Laurens-W
opened
1 day ago
0
Fix IndexOutOfBoundsException in EqualsAvoidsNull recipe
#394
ggerbaud
closed
2 days ago
0
EqualsAvoidsNull recipe might produce IndexOutOfBoundsException
#393
ggerbaud
closed
2 days ago
2
fix: Replace method args
#392
punkratz312
opened
3 days ago
0
add test to find bug; Keep order for string vs string
#391
punkratz312
closed
3 days ago
0
EqualsAvoidsNullTest
#390
punkratz312
closed
3 days ago
1
UnwrapRepeatableAnnotations causes runtime failures when using Jakarta Persistence
#389
MagicalAsh
opened
6 days ago
0
Unnecessary `return` as last statement in `void` method
#388
mccartney
closed
2 days ago
15
[README] Dead link "Browse a selection of recipes available through this module in the recipe catalog."
#386
bugwelle
opened
2 weeks ago
0
`ReplaceDuplicateStringLiterals` throws NPE from 1.19.0+ #384
#385
adambir
opened
4 weeks ago
0
ReplaceDuplicateStringLiterals throws java.lang.NullPointerException on version 1.19.0
#384
adambir
opened
4 weeks ago
2
refactor: add @Nullable to methods who may return null
#383
nielsdebruin
closed
1 month ago
0
refactor: Annotate methods which may return `null` with `@Nullable`
#382
nielsdebruin
closed
1 month ago
0
Add recipe `ReplaceClassIsInstanceWithInstanceof` for SonarQube RSPEC-6202
#381
yurii-yu
closed
1 month ago
8
Hotfix equals avoids null visitor
#380
punkratz312
closed
4 days ago
15
Updating MoveFieldAnnotationToType to handle moving annotation which are fully defined
#379
lkerford
closed
1 month ago
0
Allow removal of unused local variables with side effects in initializer
#378
timtebeek
closed
1 month ago
0
Updating ReplaceDuplicateStringLiterals recipe to use VariableNameUtils to track variable names
#377
lkerford
closed
1 month ago
0
Handle name collision between enums and new string literal in ReplaceDuplicateStringLiterals
#376
lkerford
closed
1 month ago
3
Setting the maximum generated variable length to 40
#375
lkerford
closed
1 month ago
1
Cap the lengths of generate names in the ReplaceDuplicateStringLiterals recipe
#374
lkerford
closed
1 month ago
0
`org.openrewrite.staticanalysis.FinalClass` is wrong for nested sub classes
#372
Bananeweizen
opened
1 month ago
1
org.openrewrite.java.migrate.UpgradeToJava17
#373
nddipiazza-ebay
opened
1 month ago
4
revise Hungarian notation (antipattern)
#371
punkratz312
opened
1 month ago
1
Format empty lines misaligning with Java Code Conventions
#370
punkratz312
opened
1 month ago
1
Empty lines test
#369
punkratz312
opened
1 month ago
0
address: LiteralsFirstInComparisons PMD rule
#368
punkratz312
closed
1 month ago
7
InlineOneTimeUsageVariable
#367
punkratz312
opened
1 month ago
1
PMD: LiteralsFirstInComparisons for compareTo* and contentEquals
#366
punkratz312
closed
1 month ago
4
PMD: LiteralsFirstInComparisons for compareTo* and contentEquals
#365
punkratz312
closed
1 month ago
1
Add `AnnotateNullableMethods` recipe
#364
nielsdebruin
closed
1 month ago
3
InlineOneTimeUsageVariable
#363
punkratz312
opened
1 month ago
1
Fix PMD rule `LiteralsFirstInComparisons` for `compareTo*` and `contentEquals`
#362
punkratz312
closed
1 month ago
6
Revise inline variable
#361
punkratz312
closed
1 month ago
6
RSPEC-2864 - entrySet()" should be iterated when both the key and value are needed
#360
blipper
opened
1 month ago
1
org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods does not clean up imports
#358
blipper
closed
1 month ago
3
org.openrewrite.staticanalysis.UseCollectionInterfaces does not properly remove import
#357
blipper
opened
1 month ago
1
org.openrewrite.staticanalysis.FinalizeLocalVariables should not finalized try/catch
#359
blipper
opened
1 month ago
1
`org.openrewrite.staticanalysis.NoDoubleBraceInitialization` drops constructor collection parameter
#356
blipper
opened
1 month ago
0
Fix `CatchCauseOnlyRethrows` onlyRethrows check for multi catch statements
#355
nielsdebruin
closed
1 month ago
3
Prevent unintentional changes in logging best practices that conflict with Google Java Format
#354
koppor
opened
1 month ago
2
`org.openrewrite.staticanalysis.RemoveRedundantTypeCast` fails to consider generics correctly
#353
blipper
opened
1 month ago
0
`org.openrewrite.staticanalysis.NoDoubleBraceInitialization` fails with nested braces init.
#352
blipper
opened
1 month ago
0
org.openrewrite.staticanalysis.ReplaceDuplicateStringLiterals creates unnecessary duplicates
#351
blipper
opened
1 month ago
2
org.openrewrite.staticanalysis.AvoidBoxedBooleanExpressions does not understand @NonNull annotations
#349
blipper
opened
1 month ago
1
Fix: `CatchClauseOnlyRethrows` does not handle multi catch correctly
#348
nielsdebruin
closed
1 month ago
3
RemoveUnusedPrivateMethods should remove unused imports
#347
blipper
closed
1 month ago
0
update to latest error prone to remove protobuf-java@3.19.2 vulnerability
#346
natedanner
closed
1 month ago
0
Next