forked from phoedos/pmd
+ deprecation tag
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4731 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -71,6 +71,9 @@ public abstract class AbstractRule extends JavaParserVisitorAdapter implements R
|
||||
this.example = example;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated - property values will be guaranteed available via default values
|
||||
*/
|
||||
public boolean hasProperty(String name) {
|
||||
|
||||
return inOldPropertyMode ? // TODO -remove
|
||||
|
Reference in New Issue
Block a user