show missing return warning when method doesn't return whilst specifying an explicit...
commit82d030554521e0c541f099536b335e4ea54d8999
authorPeter Gromov <peter@jetbrains.com>
Mon, 3 Aug 2009 17:29:33 +0000 (3 21:29 +0400)
committerPeter Gromov <peter@jetbrains.com>
Mon, 3 Aug 2009 17:29:33 +0000 (3 21:29 +0400)
tree69210403371dc34d571ece2705da6b37ba9f3eb8
parent484cdbbdd523a0ad12d058c5ae70bacc6975c809
show missing return warning when method doesn't return whilst specifying an explicit return type
plugins/groovy/src/org/jetbrains/plugins/groovy/codeInspection/noReturnMethod/MissingReturnInspection.java
plugins/groovy/test/org/jetbrains/plugins/groovy/lang/GroovyHighlightingTest.java
plugins/groovy/testdata/highlighting/MissingReturnWithLastLoop.groovy [new file with mode: 0644]