IDEADEV-37151 ("Contents of collection are queried but never updated" doesn't handle...
commitbb84c59a97d534fbdb6ea016beb2dd16a49fa98c
authorBas Leijdekkers <basleijdekkers@gmail.com>
Sun, 31 May 2009 09:44:56 +0000 (31 13:44 +0400)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Sun, 31 May 2009 09:44:56 +0000 (31 13:44 +0400)
tree436a70a45d7510f6dbcd276798eb4d77003322b2
parentdc981b7cf236339931d04de79b9b00fc483142bc
IDEADEV-37151 ("Contents of collection are queried but never updated" doesn't handle collections in ternary operator correctly) & unit test
plugins/InspectionGadgets/src/com/siyeh/ig/bugs/CollectionQueryCalledVisitor.java
plugins/InspectionGadgets/src/com/siyeh/ig/bugs/CollectionUpdateCalledVisitor.java
plugins/InspectionGadgets/src/com/siyeh/ig/bugs/MismatchedCollectionQueryUpdateInspection.java
plugins/InspectionGadgets/test/com/siyeh/igtest/bugs/mismatched_collection_query_update/MismatchedCollectionQueryUpdateInspection.java [new file with mode: 0644]
plugins/InspectionGadgets/test/com/siyeh/igtest/bugs/mismatched_collection_query_update/expected.xml [new file with mode: 0644]
plugins/InspectionGadgets/testsrc/com/siyeh/ig/bugs/MismatchedCollectionQueryUpdateInspectionTest.java [new file with mode: 0644]