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

fixed null pointer exceptions in C++ builds #476

Merged
merged 2 commits into from
Oct 9, 2019

Conversation

AlexHaxe
Copy link
Member

@AlexHaxe AlexHaxe commented Oct 9, 2019

No description provided.

@codecov
Copy link

codecov bot commented Oct 9, 2019

Codecov Report

Merging #476 into dev will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #476      +/-   ##
==========================================
+ Coverage   96.63%   96.64%   +<.01%     
==========================================
  Files         100      100              
  Lines        6331     6346      +15     
  Branches      862      881      +19     
==========================================
+ Hits         6118     6133      +15     
  Misses        213      213
Impacted Files Coverage Δ
...eckstyle/checks/literal/HexadecimalLiteralCheck.hx 100% <100%> (ø) ⬆️
.../checkstyle/checks/coding/DefaultComesLastCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/size/FileLengthCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/type/AnonymousCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/type/ReturnCheck.hx 100% <100%> (ø) ⬆️
...checkstyle/checks/naming/LocalVariableNameCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/literal/ERegLiteralCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/type/DynamicCheck.hx 100% <100%> (ø) ⬆️
src/checkstyle/checks/Check.hx 86.6% <100%> (+0.24%) ⬆️
src/checkstyle/checks/naming/NameCheckBase.hx 86.66% <100%> (+0.45%) ⬆️
... and 5 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 ae3b3a4...c1223bb. Read the comment docs.

@AlexHaxe AlexHaxe merged commit b021d35 into HaxeCheckstyle:dev Oct 9, 2019
@AlexHaxe AlexHaxe deleted the fix_null_pointer branch October 9, 2019 20:59
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