CompL-Research / stava

Stava is a static program analysis for identifying stack allocable objects of code written in Java 8
7 stars 6 forks source link

Using ObjectFactory for creation of ObjectNode #2

Open 42niks opened 4 years ago

42niks commented 4 years ago

Ensure all methods use the ObjectFactory to create a new ObjectNode. The responsibility to figure out ObjectType lies on the caller.