Skip to content

Commit

Permalink
try to find out if code is ever called
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Jul 11, 2023
1 parent 88a8cd6 commit 3e3ca2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private void processDelta(Delta delta, /* @Nullable */ ResourceSet resourceSet,
deleteAllValidationMarker(file, normalAndFastMode, monitor);
}
if (markerContributor != null) {
if (1==1) throw new IllegalStateException("try to find out when this is happinging");
markerContributor.deleteMarkers(file, monitor);
} else {
deleteAllContributedMarkers(file, monitor);
Expand Down

0 comments on commit 3e3ca2d

Please sign in to comment.