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

Add Generated annotation to generated classes #94

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

pkoenig10
Copy link
Contributor

This annotation is used to inform other tools that this code is generated.

For example, error-prone uses this annotation to suppress warnings in generated code when the XepDisableWarningsInGeneratedCode flag is set.

@codecov-io
Copy link

Codecov Report

Merging #94 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #94      +/-   ##
============================================
+ Coverage     89.96%   89.99%   +0.03%     
- Complexity      849      851       +2     
============================================
  Files            56       56              
  Lines          2949     2958       +9     
  Branches        136      136              
============================================
+ Hits           2653     2662       +9     
  Misses          235      235              
  Partials         61       61
Impacted Files Coverage Δ Complexity Δ
...java/org/derive4j/processor/DerivingProcessor.java 72.86% <100%> (+1.55%) 34 <1> (+1) ⬆️
...n/java/org/derive4j/processor/DeriveUtilsImpl.java 87.65% <100%> (+0.05%) 168 <2> (+1) ⬆️

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 6671816...9228301. Read the comment docs.

@jbgi jbgi self-requested a review October 18, 2019 20:58
@jbgi jbgi merged commit c6ff6fe into derive4j:master Oct 18, 2019
@pkoenig10 pkoenig10 deleted the generated branch October 18, 2019 21:08
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.

None yet

3 participants