Skip to content

Commit e1bba0a

Browse files
authored
Enhance error message.
1 parent 58ff8e1 commit e1bba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ private void fillInstanceToStreamMap(Set<Stream> streamSet, EclipseProjectAnalys
11861186
++skippedStreams;
11871187
continue; // next stream.
11881188
} catch (UnhandledCaseException e) {
1189-
String msg = "Encountered possible unhandled case (AIC) while processing: " + stream.getCreation();
1189+
String msg = "Encountered possible unhandled case (AIC #155) while processing: " + stream.getCreation();
11901190
LOGGER.log(Level.WARNING, msg, e);
11911191
stream.addStatusEntry(PreconditionFailure.CURRENTLY_NOT_HANDLED, msg);
11921192
++skippedStreams;

0 commit comments

Comments
 (0)