@SuppressWarnings not working with checkstyle

Posted on by Kim

Remember to add SuppressWarningsHolder insite the TreeWalker as:

  <module name="TreeWalker">
     .
     .
     .
     <module name="SuppressWarningsHolder" />
  </module>

0 Responses to "@SuppressWarnings not working with checkstyle":