summaryrefslogtreecommitdiff
path: root/src/main/java/com/it_jaros/jscanner/ScanState.java
Commit message (Collapse)AuthorAge
* Clean CodeGravatar Matthias Jaros2026-08-01
|
* Reformatted code so that Scan is initialized in Scan class and ScannerGravatar Matthias Jaros2026-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 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