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

Support for static members #6

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Support for static members #6

merged 1 commit into from
Jun 11, 2018

Conversation

rpau
Copy link
Owner

@rpau rpau commented Jun 11, 2018

This patch adds support to monitor when a class is loaded
or the static methods are executed. Then, for example, if a
class is loaded dynamically by spring when the test starts,
this is instrumented.

If fields are accessed and they do not have a related behavior
to the class, they should be ignored.

This patch adds support to monitor when a class is loaded
or the static methods are executed. Then, for example, if a
class is loaded dynamically by spring when the test starts,
this is instrumented.

If fields are accessed and they do not have a related behavior
to the class, they should be ignored.
@rpau rpau merged commit a809406 into master Jun 11, 2018
@rpau rpau deleted the rpau-statics branch June 11, 2018 19:55
@codecov
Copy link

codecov bot commented Jun 11, 2018

Codecov Report

Merging #6 into master will increase coverage by 0.06%.
The diff coverage is 87.5%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
+ Coverage     81.93%   81.99%   +0.06%     
- Complexity      121      123       +2     
============================================
  Files            13       13              
  Lines           404      411       +7     
  Branches         34       37       +3     
============================================
+ Hits            331      337       +6     
  Misses           48       48              
- Partials         25       26       +1
Impacted Files Coverage Δ Complexity Δ
...junit4git/core/bytecode/AgentClassTransformer.java 76.66% <100%> (ø) 12 <1> (ø) ⬇️
...rg/walkmod/junit4git/javassist/JavassistUtils.java 86.04% <85.71%> (-0.07%) 10 <0> (+2)

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 57357a8...a3e8a99. 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