summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/ScanState.java
Commit message (Collapse)AuthorAge
* Changed scanstate to class that now owns completetly the Result List andGravatar Matthias Jaros2026-07-09
| | | | does not allow modifications outside of defined methods. -> thread safe
* Added new Class ScanState in order to make ScannerGravatar Matthias Jaros2026-07-09
stateless during scan process. Not regarding config which is given to the constructor