Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
57 stars 33 forks source link

If there are duplicate result files after static analyzing, the older one should be deleted for performance #53

Closed Min-Ho-Kim closed 8 years ago

Min-Ho-Kim commented 8 years ago

The DexterResultManager should delete old files when there are the result from the same source file. This will cause improving performance when there are many the static analysis results from the same file which are not sent to Dexter Server.