private static boolean internalHasResolutions(IMarker marker) {
   ErrorCode id = new DartMarkerAnnotation(marker).getId();
   CompilationUnit cu = getCompilationUnit(marker);
   return cu != null
       && DartCorrectionProcessor_OLD.hasCorrections(
           cu, id, MarkerUtilities.getMarkerType(marker));
 }