vip-scanner icon indicating copy to clipboard operation
vip-scanner copied to clipboard

Create utility class for handling directories and files

Open fklein-lu opened this issue 9 years ago • 0 comments

Currently different checks and analyzers deal with directories and files in similar ways. Examples are extracting file endings, file paths, file contents, etc.

There is a lot of code duplication happening here. We should look into having a utility class with static methods for these tasks.

fklein-lu avatar Sep 13 '15 17:09 fklein-lu