Class BadShiftAmount

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.BadShiftAmount
All Implemented Interfaces:
BugChecker.BinaryTreeMatcher, Suppressible, Serializable

public class BadShiftAmount extends BugChecker implements BugChecker.BinaryTreeMatcher
Author:
bill.pugh@gmail.com (Bill Pugh), eaftan@google.com (Eddie Aftandilian)
See Also:
  • Field Details

    • BINARY_TREE_MATCHER

      public static final Matcher<com.sun.source.tree.BinaryTree> BINARY_TREE_MATCHER
  • Constructor Details

    • BadShiftAmount

      public BadShiftAmount()
  • Method Details