| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Clean Code | 2026-08-01 | |
| | | |||
| * | Reformatted code so that Scan is initialized in Scan class and Scanner | 2026-07-09 | |
| | | | | | takes care of the actual Scan and not initializing Scan objects anymore | ||
| * | Changed scanstate to class that now owns completetly the Result List and | 2026-07-09 | |
| | | | | | does not allow modifications outside of defined methods. -> thread safe | ||
| * | Added new Class ScanState in order to make Scanner | 2026-07-09 | |
| stateless during scan process. Not regarding config which is given to the constructor | |||
