swagger2puml icon indicating copy to clipboard operation
swagger2puml copied to clipboard

NullPointerException Multi-level inheritance fixes #41

Open DarrenC opened this issue 5 years ago • 1 comments

This Pull Request is based on the solution given by @stroisi in issue #41.

It also adds some Unit Tests based on JUnit 5

DarrenC avatar Jun 26 '19 04:06 DarrenC

Codecov Report

Merging #45 into master will increase coverage by 67.79%. The diff coverage is 92.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #45       +/-   ##
===========================================
+ Coverage       0%   67.79%   +67.79%     
===========================================
  Files           9        9               
  Lines         611      621       +10     
  Branches      104      107        +3     
===========================================
+ Hits            0      421      +421     
+ Misses        611      160      -451     
- Partials        0       40       +40
Impacted Files Coverage Δ
...icksolutions/swagger/plantuml/PlantUMLCodegen.java 75.9% <92.85%> (+75.9%) :arrow_up:
...icksolutions/swagger/plantuml/vo/ClassDiagram.java 44.82% <0%> (+44.82%) :arrow_up:
...lutions/swagger/plantuml/vo/MethodDefinitions.java 61.53% <0%> (+61.53%) :arrow_up:
...ksolutions/swagger/plantuml/PlantUMLGenerator.java 61.53% <0%> (+61.53%) :arrow_up:
...icksolutions/swagger/plantuml/vo/ClassMembers.java 66.66% <0%> (+66.66%) :arrow_up:
...olutions/swagger/plantuml/vo/InterfaceDiagram.java 66.66% <0%> (+66.66%) :arrow_up:
...cksolutions/swagger/plantuml/vo/ClassRelation.java 88% <0%> (+88%) :arrow_up:

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 36aae9a...46f93bc. Read the comment docs.

codecov[bot] avatar Jun 26 '19 04:06 codecov[bot]