We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c169845 commit 58ff8e1Copy full SHA for 58ff8e1
edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/Stream.java
@@ -335,7 +335,7 @@ private IR getEnclosingMethodIR(EclipseProjectAnalysisEngine<InstanceKey> engine
335
com.ibm.wala.classLoader.IMethod resolvedMethod = getEnclosingWalaMethod(engine);
336
337
if (resolvedMethod == null)
338
- throw new UnhandledCaseException("Couldn't retrieve enclosing WALA method. Most likely an AIC.");
+ throw new UnhandledCaseException("Couldn't retrieve enclosing WALA method. Most likely an AIC #155.");
339
340
enclosingMethodDeclarationIR = engine.getCache().getIR(resolvedMethod);
341
0 commit comments