Open GoogleCodeExporter opened 9 years ago
The problem with field initializers is that Crystal's CFG pretends they are in
*every* constructor. Thus, it's not clear what to return from
getMethodDeclaration()
even for the purposes of dataflow analysis.
In the context of dataflow analyses, a suggestion has been to return merged
results
for the requested field initializer from all constructors. The problem with
that is
that we currently store analysis information only for the most recently
analyzed method.
Original comment by kevin.bi...@gmail.com
on 29 Sep 2008 at 6:14
Original issue reported on code.google.com by
nels.bec...@gmail.com
on 15 Sep 2008 at 3:26