Haoyang Huang
Results
3
comments of
Haoyang Huang
The IR like this:
It seems that there is a bug in wala. Is it possible to fix it in the future?
Yes. When I change the code to ```java public void testString() { String phoneModel = "aaaaa"; System.out.println(phoneModel.hashCode()); } ``` The local name is correct: So, I guess there are something...