eclipse - Enforce type specification on public members of Groovy types -


in groovy, specifying types optional. there advantages specifying them on public class members methods , properties. it's form of documentation , enables ides perform auto-completion, refactor code, find references, , other static analysis tasks more reliably described in groovy coding style article.

is there way enforce policy in eclipse warning appear when public member missing explicit type? along lines of checkstyle or findbugs tool groovy great.

no, there nothing in groovy-eclipse @ moment, interesting idea. can raise enhancement request this:

http://jira.codehaus.org/browse/greclipse


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -