Raffi Khatchadourian
Raffi Khatchadourian
@khatchad wrote: > another difference could be how our Eclipse settings treat the severity of these errors. For example, they could be set to "ignore" in your workspace. These settings...
## Description I am running a ModRef analysis on a lambda expression. The lambda expression contains a reference to a collection but does not write to it. Nevertheless, the ModRef...
I am unable to use `com.ibm.wala.cast.java.translator.jdt.JDTIdentityMapper.getMethodRef(IMethodBinding)` to look up a method declared in an AIC. Here's an input example that causes this error: ```java class A { void m() {...
I understand: 1. WALA may create fake root nodes in the call graph. 1. A call graph may have multiple nodes representing a single method due to context sensitivity. However,...
I am experiencing an incorrect (or overly conservative) result from a points-to analysis that only seems to happen when I am dealing with ore than one object instance. Consider the...
Looks like some Java 8 cases are missing in the JDT Java to CAst translator. I am receiving the following exception throw. I assume that the cause is input to...
The following interface method declaration names its parameter `instructionIndex`: https://github.com/wala/WALA/blob/5b6e6aefa069f341cb5b612f245b01953c519d61/com.ibm.wala.core/src/com/ibm/wala/classLoader/IMethod.java#L126 However, this corresponding implementation uses bytecode indices, which are very different: https://github.com/wala/WALA/blob/5b6e6aefa069f341cb5b612f245b01953c519d61/com.ibm.wala.core/src/com/ibm/wala/classLoader/ShrikeBTMethod.java#L808 Since these parameters have different semantics, it might...
Revision of https://github.com/advantageous/qbit/pull/747. Reverted a few migrations that crossed gradle boundaries. Sorry for the inconvenience, and we would greatly appreciate any feedback.
We are in the process of evaluating a research project associated with an automated refactoring tool that attempts to optimize Java 8 streams for maximum performance. In the case of...
I am seeing this failure when running the JHM tests. No results are produced from this test due to the failure: ``` # Run progress: 6.67% complete, ETA 00:00:43 #...