Simplix-Softworks / SimplixStorage

Library to store data in a better way
Apache License 2.0
138 stars 25 forks source link

Pull request #42

Closed ProfliX closed 3 years ago

ProfliX commented 3 years ago

Removed redundant call toString() Optimized imports Rearanged/refactored code (for better readability) Val(same as var but with final) and var (lombok) usement for whole project (where is actually needed). Unused code suppressed Removed Map,Collection,List raw types FileUtils > extractResource() > Asserted not null inputStream DataStorage > getEnum > assertet object instanceof String; Added JavaDocs to ConfigSettings and ReloadSettings LightningSerializer > deserialize improvement LightningException > Removed NotNull annotation from primitive type members. Bumped new version > 3.2.4

ProfliX commented 3 years ago

By the way.. somewhere i really gotta use whitespace bracket style (like for methods with much parameters)