statisticsnorway / java-vtl

An Open Source Java implementation of the Validation Transformation Language, based on the VTL 1.1 draft specification. The implementation follows the JSR-223 Java Scripting API and exposes a simple connector interface one can implement in order to integrate with any data stores. VTL is a standard language for defining validation and transformation rules (set of operators, their syntax and semantics) for any kind of statistical data.
http://java-vtl.org
Apache License 2.0
21 stars 7 forks source link

Java 11 upgrade #116

Closed bjornandre closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #116 into develop will decrease coverage by 4.06%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #116      +/-   ##
=============================================
- Coverage      81.98%   77.91%   -4.07%     
- Complexity         0     1330    +1330     
=============================================
  Files            161      161              
  Lines           4546     4528      -18     
  Branches         596      594       -2     
=============================================
- Hits            3727     3528     -199     
- Misses           641      835     +194     
+ Partials         178      165      -13
Impacted Files Coverage Δ Complexity Δ
.../src/main/java/no/ssb/vtl/model/StaticDataset.java 0% <0%> (-91.31%) 0% <0%> (ø)
...el/src/main/java/no/ssb/vtl/model/VTLFunction.java 0% <0%> (-75.76%) 0% <0%> (ø)
...odel/src/main/java/no/ssb/vtl/model/Filtering.java 28.57% <0%> (-71.43%) 1% <0%> (+1%)
...-model/src/main/java/no/ssb/vtl/model/VTLDate.java 16.66% <0%> (-61.91%) 1% <0%> (+1%)
...model/src/main/java/no/ssb/vtl/model/Ordering.java 22.22% <0%> (-55.56%) 0% <0%> (ø)
...odel/src/main/java/no/ssb/vtl/model/VTLNumber.java 12.5% <0%> (-50%) 2% <0%> (+2%)
...odel/src/main/java/no/ssb/vtl/model/Component.java 60% <0%> (-40%) 6% <0%> (+6%)
...del/src/main/java/no/ssb/vtl/model/VTLBoolean.java 62.5% <0%> (-37.5%) 3% <0%> (+3%)
...el/src/main/java/no/ssb/vtl/model/VtlOrdering.java 63.38% <0%> (-25.36%) 15% <0%> (+15%)
...del/src/main/java/no/ssb/vtl/model/VTLInteger.java 80% <0%> (-20%) 4% <0%> (+4%)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a87a97e...0c681df. Read the comment docs.

bjornandre commented 5 years ago

Moved to hotfix and merged to master