Class HardcodedStringExpressionChecker

java.lang.Object
org.sonar.java.checks.helpers.HardcodedStringExpressionChecker

public class HardcodedStringExpressionChecker extends Object
This class is used to determine if an expression evaluates to a static string. It recursively checks for the origin of the expression that it is currently evaluating.