Skip to content

Commit cb242bd

Browse files
committed
More info.
1 parent f27e59b commit cb242bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,8 @@ private void fillInstanceToStreamMap(Set<Stream> streamSet, EclipseProjectAnalys
910910
+ stream.getCreation() + ".", e);
911911
stream.addStatusEntry(PreconditionFailure.NO_APPLICATION_CODE_IN_CALL_STRINGS,
912912
"No application code in the call strings generated for stream: " + stream.getCreation()
913-
+ " was found. The maximum call string length may need to be increased.");
913+
+ " was found. The maximum call string length (" + engine.getNToUseForStreams()
914+
+ ") may need to be increased.");
914915
++skippedStreams;
915916
continue; // next stream.
916917
}

0 commit comments

Comments
 (0)