IDEADEV-32040 (Inspection "Exception class name does not end with 'Exception'" should...
commit8be30e401b54b88a51b563d0e82aaece161d7da9
authorBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 28 Oct 2008 13:20:08 +0000 (28 16:20 +0300)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Tue, 28 Oct 2008 13:20:08 +0000 (28 16:20 +0300)
tree1334f6c1b0cbe3bd6ba1784fbd0526a49f54fa78
parent37994ee10f8feed935e2770969ebc970a50d8d04
IDEADEV-32040 (Inspection "Exception class name does not end with 'Exception'" shouldn't pick up generic type)
plugins/InspectionGadgets/src/com/siyeh/ig/naming/ExceptionNameDoesntEndWithExceptionInspection.java
plugins/InspectionGadgets/test/com/siyeh/igtest/naming/exception_name_doesnt_end_with_exception/ExceptionNameDoesntEndWithException.java [new file with mode: 0644]
plugins/InspectionGadgets/test/com/siyeh/igtest/naming/exception_name_doesnt_end_with_exception/expected.xml [new file with mode: 0644]
plugins/InspectionGadgets/testsrc/com/siyeh/ig/naming/ExceptionNameDoesntEndWithExceptionInspectionTest.java [new file with mode: 0644]