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
It's conveivable that when a precondition fails due to a method access error that, like the Pull Up refactoring, we could also migrate that method to the interface. For example, we could create a "stub" method in the interface (like the abstract one if the Pull Up refactoring).
Not quite sure about this yet.
The text was updated successfully, but these errors were encountered:
Actually, what would probably be more useful is accessor and mutators for fields that fail field access preconditions. There seems to be quite a bit of those but that's currently under investigation (#126).
It's conveivable that when a precondition fails due to a method access error that, like the Pull Up refactoring, we could also migrate that method to the interface. For example, we could create a "stub" method in the interface (like the abstract one if the Pull Up refactoring).
Not quite sure about this yet.
The text was updated successfully, but these errors were encountered: