phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

[WiP] in-memory code generation and compilation. #82

Closed guiguilechat closed 3 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #82 into master will increase coverage by 0.25%. The diff coverage is 47.61%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
+ Coverage     38.91%   39.16%   +0.25%     
- Complexity      996     1028      +32     
============================================
  Files           132      137       +5     
  Lines          5636     5804     +168     
  Branches        840      860      +20     
============================================
+ Hits           2193     2273      +80     
- Misses         3156     3236      +80     
- Partials        287      295       +8
Impacted Files Coverage Δ Complexity Δ
...com/helger/jcodemodel/inmemory/SourceJavaFile.java 100% <100%> (ø) 2 <2> (?)
...er/jcodemodel/inmemory/ClassLoaderFileManager.java 18.07% <18.07%> (ø) 9 <9> (?)
...helger/jcodemodel/inmemory/DynamicClassLoader.java 64.51% <64.51%> (ø) 6 <6> (?)
...m/helger/jcodemodel/inmemory/MemoryCodeWriter.java 81.39% <81.39%> (ø) 12 <12> (?)
...lger/jcodemodel/inmemory/CompiledCodeJavaFile.java 85.71% <85.71%> (ø) 3 <3> (?)

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 ccb5a0e...5ca27ca. Read the comment docs.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

phax commented 3 years ago

Is that branch still WiP?

glelouet commented 3 years ago

I don't know ^^ I think I was waiting for feedbacks.

phax commented 3 years ago

I merged this into a local branch (local-82) and will take it from there