protected List<Fix> createFixes(Document doc, int start, int end) {
   return Collections.<Fix>singletonList(
       new SuppressI18nHintFix(doc, end, " " + Suppression.getSuppressorComment()));
 }