Skip to content

Commit b3d8e0a

Browse files
don't set marker.LOCATION at all
1 parent f823b44 commit b3d8e0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

org.eclipse.xtext.ui/src/org/eclipse/xtext/ui/editor/validation/MarkerCreator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ protected void setMarkerAttributes(Issue issue, IResource resource, IMarker mark
4444

4545
if (issue.getLineNumber() != null) {
4646
attributes.put(IMarker.LINE_NUMBER, issue.getLineNumber());
47-
} else {
48-
attributes.put(IMarker.LOCATION, resource.getFullPath().toString());
4947
}
5048
attributes.put(Issue.CODE_KEY, issue.getCode());
5149
attributes.put(IMarker.SEVERITY, getSeverity(issue));

0 commit comments

Comments
 (0)