You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
The text was updated successfully, but these errors were encountered:
mattrpav
changed the title
Java class inspection edge case - field and setter/getter conflict
Update Java inspection to use "@" prefix on field members
Sep 27, 2017
Java class inspection edge case - field and setter/getter conflict
Scenario:
Note: An approach could be to use "@" to indicate field vs method
ie..
/Address/@street <-- Java field
/Address/street <-- Java get/set method
Advanced use case:
Extended class implements same field as super class
Result, 2 field definitions:
The text was updated successfully, but these errors were encountered: