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

Diamond operator and type arguments #180

Merged
merged 4 commits into from
Mar 5, 2023
Merged

Diamond operator and type arguments #180

merged 4 commits into from
Mar 5, 2023

Conversation

nbauma109
Copy link
Owner

No description provided.

@nbauma109 nbauma109 changed the title Draft Diamond operator and type arguments Mar 5, 2023
@codecov
Copy link

codecov bot commented Mar 5, 2023

Codecov Report

Patch coverage: 91.22% and project coverage change: +0.03 🎉

Comparison is base (7da656e) 73.66% compared to head (5890a4a) 73.69%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #180      +/-   ##
============================================
+ Coverage     73.66%   73.69%   +0.03%     
- Complexity     5095     5106      +11     
============================================
  Files           327      327              
  Lines         22734    22764      +30     
  Branches       4592     4603      +11     
============================================
+ Hits          16748    16777      +29     
+ Misses         3907     3905       -2     
- Partials       2079     2082       +3     
Impacted Files Coverage Δ
...e/model/instruction/bytecode/instruction/IInc.java 30.76% <0.00%> (ø)
...re/process/writer/visitor/SourceWriterVisitor.java 73.40% <90.47%> (+0.31%) ⬆️
...in/java/jd/core/model/classfile/LocalVariable.java 77.01% <100.00%> (+0.26%) ⬆️
.../model/instruction/bytecode/instruction/ALoad.java 75.00% <100.00%> (ø)
.../model/instruction/bytecode/instruction/ILoad.java 75.00% <100.00%> (ø)
...cess/analyzer/classfile/LocalVariableAnalyzer.java 83.47% <100.00%> (-0.04%) ⬇️
.../process/analyzer/classfile/ReferenceAnalyzer.java 95.34% <100.00%> (ø)
...nalyzer/classfile/visitor/AddCheckCastVisitor.java 86.20% <100.00%> (ø)
...in/java/jd/core/process/writer/ByteCodeWriter.java 76.53% <100.00%> (ø)
...el/instruction/bytecode/instruction/CheckCast.java 88.88% <0.00%> (+16.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nbauma109 nbauma109 merged commit 9cf2f99 into master Mar 5, 2023
@nbauma109 nbauma109 deleted the draft branch March 5, 2023 20:25
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