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 problem occurred on ant_modified project from dataset. CCDA has found 12 refactorings and returned them in AlgorithmResult instance. But in UI appeared not all 12. Furthermore the ui output for CCDA is not deterministic too (see #111). But it could be because of #111. Probably the problem is as follows: after getting AlgorithmResult it can be filtered (for example remove from result all refactorings with abstract classes) and also AlgorithmResult instances are combined and perhaps even if we have run only 1 algorithm it still influence on ui output.
The text was updated successfully, but these errors were encountered:
Possible solution: leave it as it is now, because it is closer to UI rather than to algorithm execution part. Now UI suggests functionality for Move Method Refactoring and it should be done automatically. But Overriding methods cannot be moved automatically that is why we need to filter it. But if we want to show them to user it will be easy to add this functionality.
The problem occurred on ant_modified project from dataset. CCDA has found 12 refactorings and returned them in AlgorithmResult instance. But in UI appeared not all 12. Furthermore the ui output for CCDA is not deterministic too (see #111). But it could be because of #111. Probably the problem is as follows: after getting AlgorithmResult it can be filtered (for example remove from result all refactorings with abstract classes) and also AlgorithmResult instances are combined and perhaps even if we have run only 1 algorithm it still influence on ui output.
The text was updated successfully, but these errors were encountered: