tzaeschke / zoodb

ZooDB Object Database
Apache License 2.0
57 stars 9 forks source link

Cleanup 0.6.0 #124

Closed tzaeschke closed 4 years ago

tzaeschke commented 4 years ago

General cleanup of many tiny things, for example as found by code inspection

codecov-io commented 4 years ago

Codecov Report

Merging #124 into master will decrease coverage by 2.17%. The diff coverage is 65.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #124      +/-   ##
============================================
- Coverage     70.17%   67.99%   -2.18%     
- Complexity     4185     4573     +388     
============================================
  Files           170      184      +14     
  Lines         17572    19424    +1852     
  Branches       2744     3160     +416     
============================================
+ Hits          12331    13208     +877     
- Misses         4341     5137     +796     
- Partials        900     1079     +179     
Impacted Files Coverage Δ Complexity Δ
examples/org/zoodb/jdo/ex1/ExampleMain.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex1/Person.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex2/Course.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex2/Example2Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex2/Person.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex2/School.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex2/Student.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex2/Teacher.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
examples/org/zoodb/jdo/ex3/Example3Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...org/zoodb/jdo/perf/large/ExamplePerfLargeMain.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
... and 263 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 46f2659...a2ed8ce. Read the comment docs.