-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
generic
-
generic
Presently, for historic reasons, javac reuses/overloads JCNewClass node type
for modelling default value creation. This is needlessly complicated and for internal consistency sakes requires updating several fields that are irrelevant.
We should use a custom node type for this purpose as that can significantly reduce code clutter.
for modelling default value creation. This is needlessly complicated and for internal consistency sakes requires updating several fields that are irrelevant.
We should use a custom node type for this purpose as that can significantly reduce code clutter.