NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Fix compiler warnings in tests #278

Closed ExE-Boss closed 7 years ago

ExE-Boss commented 7 years ago

This PR fixes all remaining compiler warnings in tests. (FakeRenderModule.java:41 was fixed by #265)

Does work on #184.

codecov-io commented 7 years ago

Codecov Report

Merging #278 into master will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #278   +/-   ##
=========================================
  Coverage     13.38%   13.38%           
  Complexity      679      679           
=========================================
  Files           403      403           
  Lines         12078    12078           
  Branches       1296     1296           
=========================================
  Hits           1617     1617           
  Misses        10362    10362           
  Partials         99       99

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 e50e502...39a9a3a. Read the comment docs.