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
FieldModifier.toString(...) already assumes valid Modifier combinations (theoretically its currently possible to assign public+private+protected modifier at the same time) - maybe we should implement a wrapper of EnumSet<...Modifier> to handle only valid combinations and implement toString there?
Missing in SootUp:
StackTypesValidator -> need VMStateAnalysis for Baf, so not needed?
UsesValidator -> returns null in SootUp, need PedanticThrowAnalysis? Is there in SootUp?
CheckTypesValidator -> returns null in SootUp
InvokeArgumentValidator -> returns null in SootUp
StmtsValidator -> returns null in SootUp
CheckVoidLocalesValidator
CheckEscapingValidator
UnitBoxesValidator
ValueBoxesValidator
IdentityValidator
ReturnStatementsValidator
InvokeValidator
FieldModifier.toString(...) already assumes valid Modifier combinations (theoretically its currently possible to assign public+private+protected modifier at the same time) - maybe we should implement a wrapper of EnumSet<...Modifier> to handle only valid combinations and implement toString there?
Originally posted by @swissiety in #793 (comment)
The text was updated successfully, but these errors were encountered: