Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Check: SimpleAccesorNameNotationCheck #74

Closed
romani opened this issue Nov 3, 2012 · 2 comments
Closed

New Check: SimpleAccesorNameNotationCheck #74

romani opened this issue Nov 3, 2012 · 2 comments
Assignees
Milestone

Comments

@romani
Copy link
Member

romani commented Nov 3, 2012

SimpleAccesorNameNotationCheck - check only direct fields and setter and getter. Options: 1) member prefix "m_" 2) check only simple getter/setter XXXType getXXXName(); void setXXXName(XXXType)

Partial implementation (does not work as expected): https://github.com/sevntu-checkstyle/sevntu.checkstyle/blob/master/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/SimpleAccesorNameNotationCheck.java

https://sourceforge.net/tracker/?func=detail&aid=3298879&group_id=29721&atid=397081

@romani
Copy link
Member Author

romani commented Nov 9, 2012

I additionally found request for this check at stackoverflow - http://http://stackoverflow.com/questions/7756508/using-checkstyle-to-validate-domain-object-get-sets , one more +1 to implemented it sooner then later

@romani
Copy link
Member Author

romani commented Aug 14, 2013

fixed.

@romani romani closed this as completed Aug 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants