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
I have start to implement it but it is more complexe than it looks like
Missing part:
functionnal creator
if method contain branch with if false/ true and each part returnValue.
So maybe best is to implement a visitor of methods to check return instead of a global simple check.
same things for while, for... indeed any statement
thinking to warning instead of exception but the closest for that seems to be ErrorReporter but it seems not implemented.
This is a source of errors, in particular when creating constructors, as one needs to remember to call
returnValue(null)
.The text was updated successfully, but these errors were encountered: