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
On project ant_modified (from dataset in JB format) output isn't the same all the times when we run. If we run CCDA in the same session (for example second time without closing IDE) the outputs are the same. But if we close IDE and then run, the outputs differ sometimes. Probably the problem is as follows: PSI tree is built each time when we load project and this tree can differ from time to time (different order of processing files for example), CCDA is sensitive to order of entities that passed to it and that is why the output differs.
The text was updated successfully, but these errors were encountered:
Possible reasons: EntitySearcher every run produces entities in different order; new version of AlgorithmsUtil.getDominantClass has non-deterministic behaviour in case when dominant class is ambiguous.
On project ant_modified (from dataset in JB format) output isn't the same all the times when we run. If we run CCDA in the same session (for example second time without closing IDE) the outputs are the same. But if we close IDE and then run, the outputs differ sometimes. Probably the problem is as follows: PSI tree is built each time when we load project and this tree can differ from time to time (different order of processing files for example), CCDA is sensitive to order of entities that passed to it and that is why the output differs.
The text was updated successfully, but these errors were encountered: