Class NamedParameterComment
java.lang.Object
com.google.errorprone.bugpatterns.argumentselectiondefects.NamedParameterComment
Helper methods for checking if a commented argument matches a formal parameter and for generating
comments in the right format.
We look for a NamedParameterComment: this is the last block comment before the argument which ends with an equals sign.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
containsSyntheticParameterName
(com.sun.tools.javac.code.Symbol.MethodSymbol sym) Returns true if the method has synthetic parameter names, indicating the real names are not available.
-
Field Details
-
PARAMETER_COMMENT_PATTERN
-
-
Method Details
-
containsSyntheticParameterName
public static boolean containsSyntheticParameterName(com.sun.tools.javac.code.Symbol.MethodSymbol sym) Returns true if the method has synthetic parameter names, indicating the real names are not available.
-