Closed dom-apuliasoft closed 2 months ago
@lanarimarco I updated the code with the suggestion you proposed. I also added a new method usePopulated
that is a wrapper on top of the AutoCloseable
that executes the DB population queries on it's own as from my experience this is a step very easy to forget and difficult to trace. Let me know if you see further margin of improvement anywhere.
Description
Add support for
*START
and*END
as factor 1 inSETLL
statements.Changes contain:
StartValExpr
andEndValExpr
definitionsStartValValue
andEndValValue
StartValType
andEndValType
(not used yet, might be useful in future)SETLL
ruleRelated to:
Checklist:
./gradlew ktlintCheck
)../gradlew check
).docs
directory.