Home | History | Annotate | Download | only in lint

Lines Matching refs:marker

76  * Marker resolution for adding {@code @SuppressLint} annotations in Java files.
92 @NonNull IMarker marker,
97 mMarker = marker;
119 public void run(IMarker marker) {
139 // Remove the marker now that the suppress annotation has been added
141 // and besides we don't want to keep offering marker resolutions on this
142 // marker which could lead to duplicate annotations since the above code
306 * @param marker the marker to create fixes for
310 public static void createFixes(IMarker marker, String id,
324 int start = marker.getAttribute(IMarker.CHAR_START, -1);
325 int end = marker.getAttribute(IMarker.CHAR_END, -1);
337 String message = marker.getAttribute(IMarker.MESSAGE, null);
407 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc, null));
418 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc,