Skip to content

Merge pull request #8 from Cullen-Shannon/testingFixes #9

Merge pull request #8 from Cullen-Shannon/testingFixes

Merge pull request #8 from Cullen-Shannon/testingFixes #9

Triggered via push September 23, 2024 14:08
Status Failure
Total duration 16s
Billable time 1m
Artifacts
Template Cleanup
3s
Template Cleanup
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Template Cleanup
Process completed with exit code 1.
Nullability and data flow problems: src/main/java/org/jetbrains/plugins/template/TreeTransferHandler.java#L173
Dereference of `nodes` may produce `NullPointerException`
Nullability and data flow problems: src/main/java/org/jetbrains/plugins/template/TreeTransferHandler.java#L52
Dereference of `selRows` may produce `NullPointerException`
'Collection.toArray()' call style: src/main/java/org/jetbrains/plugins/template/TreeTransferHandler.java#L107
Call to `toArray()` with pre-sized array argument 'new DefaultMutableTreeNode\[toRemove.size()\]'
'Collection.toArray()' call style: src/main/java/org/jetbrains/plugins/template/TreeTransferHandler.java#L105
Call to `toArray()` with pre-sized array argument 'new DefaultMutableTreeNode\[copies.size()\]'