Skip to content

Commit 58ff8e1

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

File tree

1 file changed

+1
-1
lines changed
  • edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ private IR getEnclosingMethodIR(EclipseProjectAnalysisEngine<InstanceKey> engine
335335
com.ibm.wala.classLoader.IMethod resolvedMethod = getEnclosingWalaMethod(engine);
336336

337337
if (resolvedMethod == null)
338-
throw new UnhandledCaseException("Couldn't retrieve enclosing WALA method. Most likely an AIC.");
338+
throw new UnhandledCaseException("Couldn't retrieve enclosing WALA method. Most likely an AIC #155.");
339339

340340
enclosingMethodDeclarationIR = engine.getCache().getIR(resolvedMethod);
341341

0 commit comments

Comments
 (0)