Merge pull request #13 from Cullen-Shannon/final-config-updates #13
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()\]'
|