You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * The domain of factoids which the IFDS solver operates on. * * Currently, a typestate domain assumes a single underlying typestate property. * * @author Eran Yahav (yahave) * @author Stephen Fink */publicabstractclassTypeStateDomain//...
It would be useful to have a domain assume multiple underlying typestate properties, especially for performance reasons.
The text was updated successfully, but these errors were encountered:
From https://github.com/tech-srl/safe/blob/master/com.ibm.safe.typestate/src/com/ibm/safe/typestate/core/TypeStateDomain.java:
It would be useful to have a domain assume multiple underlying typestate properties, especially for performance reasons.
The text was updated successfully, but these errors were encountered: