Closed GoogleCodeExporter closed 9 years ago
Thanks for the bug report!
This example is a little bit simpler and has the same issue:
List<Object> foo(boolean b) {
List<Object> res = new ArrayList<>();
Object o = b ? "" : (b ? "" : "");
res.add(o);
return res;
}
It looks like there is a problem in CFG handling in this case.
Original comment by wdi...@gmail.com
on 19 May 2014 at 6:48
Original comment by michael.ernst@gmail.com
on 25 May 2014 at 4:23
Original comment by michael.ernst@gmail.com
on 29 May 2014 at 4:04
Original comment by jtha...@cs.washington.edu
on 1 Jul 2014 at 10:22
Original comment by jtha...@cs.washington.edu
on 1 Jul 2014 at 10:22
Original issue reported on code.google.com by
cus...@google.com
on 17 May 2014 at 8:19