예제 #1
0
 private void reportWarning(String format, Object... arguments) {
   errorReporter.reportWarning(getPosition(), format, arguments);
 }