feat: add move prototype refactoring #674
Annotations
1 error and 11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L128
Condition 'parent instanceof FusionBlock' covered by subsequent condition 'parent instanceof FusionPrototypeSignature'
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L128
Condition `parent instanceof FusionBlock || parent instanceof FusionPrototypeSignature` is always `true`
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L128
Condition `parent instanceof FusionBlock` is always `true`
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L69
Condition `e instanceof FusionPrototypeSignature` is redundant and can be replaced with a null check
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L47
Condition `element instanceof FusionPrototypeSignature` is redundant and can be replaced with a null check
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L121
Condition `prototypeSignature instanceof FusionPrototypeSignature` is redundant and can be replaced with a null check
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeDialog.java#L273
String 'Move to' is not properly capitalized. It should have title capitalization
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeProcessor.java#L224
String 'Move prototypes to file ''{0}''' is not properly capitalized. It should have title capitalization
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeProcessor.java#L95
String 'Create file ''{0}''' is not properly capitalized. It should have title capitalization
|
src/main/java/de/vette/idea/neos/lang/fusion/refactoring/MovePrototypeToFile.java#L113
Unchecked call to 'ArrayList(Collection)' as a member of raw type 'java.util.ArrayList'
|
This job failed
Loading