Open AdityaSenthilvel opened 2 months ago
@rhit-csse-projects/t17-2425 Suppose there is a parameter X When to issue a warning by different parameter modes:
restores X
or preserves X
or evaluates X
: issue a warning if the ensures clause includes a #Xreplaces X
: issue a warning if there is a #X in the ensures clausealters X
: issue a warning if there is an X (i.e., w/o the #) in the ensures clauseupdates X
or clears X
: issue no warnings for these modesExplanation:
Useful Classes:
Check misuse of # notation in the ensures clause wrt parameter mode. These may be warnings as opposed to errors.