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 analyzer doesn't detect that the "Success" class is needed to be added to the Closed attribute.
The analyzer doesn't detect that the "Success" clause needs to be handled in the Get() method
Thanks for this library, really appreciate the effort !
The text was updated successfully, but these errors were encountered:
If you don't provide all branchs in the ClosedAttribute, how should the analyzer know that Success is the only other subclass of the record.
See my issue #44 on how the analyzer can detect the situation even for records without the attribute if the constructor is private. I have also provided a pull request and will try to use the modified version of the analyzer already in some of our projects.
The analyzer does not handle record classes.
for example :
The analyzer doesn't detect that the "Success" class is needed to be added to the Closed attribute.
The analyzer doesn't detect that the "Success" clause needs to be handled in the Get() method
Thanks for this library, really appreciate the effort !
The text was updated successfully, but these errors were encountered: