Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException Multi-level inheritance fixes #41 #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DarrenC
Copy link

@DarrenC DarrenC commented Jun 26, 2019

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

It also adds some Unit Tests based on JUnit 5

@codecov
Copy link

codecov bot commented Jun 26, 2019

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%) ⬆️
...icksolutions/swagger/plantuml/vo/ClassDiagram.java 44.82% <0%> (+44.82%) ⬆️
...lutions/swagger/plantuml/vo/MethodDefinitions.java 61.53% <0%> (+61.53%) ⬆️
...ksolutions/swagger/plantuml/PlantUMLGenerator.java 61.53% <0%> (+61.53%) ⬆️
...icksolutions/swagger/plantuml/vo/ClassMembers.java 66.66% <0%> (+66.66%) ⬆️
...olutions/swagger/plantuml/vo/InterfaceDiagram.java 66.66% <0%> (+66.66%) ⬆️
...cksolutions/swagger/plantuml/vo/ClassRelation.java 88% <0%> (+88%) ⬆️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant