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
Currently if one launches just the same analysis several times it will be submitted to MOSS or JPlag every time even if nothing has changed since. Probably it can be nice to have optional support for cached analyses.
Basically it means that if no source files have changed and no new source files have appeared since some previous analysis then the underlying MOSS or JPlag analysis can be skipped and the corresponding previous analysis results can be returned.
Talking about the implementation I'm thinking about calculating analysis checksums and using it as an analysis unique identifier.
The text was updated successfully, but these errors were encountered:
Currently if one launches just the same analysis several times it will be submitted to MOSS or JPlag every time even if nothing has changed since. Probably it can be nice to have optional support for cached analyses.
Basically it means that if no source files have changed and no new source files have appeared since some previous analysis then the underlying MOSS or JPlag analysis can be skipped and the corresponding previous analysis results can be returned.
Talking about the implementation I'm thinking about calculating analysis checksums and using it as an analysis unique identifier.
The text was updated successfully, but these errors were encountered: