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

[WIP]pre execution of fault injection #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

binbin0325
Copy link
Member

Describe what this PR does / why we need it

Does this pull request fix one issue?

fixes:#268

Describe how you did it

Describe how to verify it

Special notes for reviews

Signed-off-by: binbin0325 <bbz17640380550@163.com>
@tiny-x tiny-x added this to the v1.7.2 milestone May 12, 2023
@tiny-x tiny-x added the type/feature Category issues or prs related to feature request. label May 12, 2023
@binbin0325 binbin0325 changed the title pre execution of fault injection [WIP]pre execution of fault injection May 17, 2023
@tiny-x tiny-x removed this from the v1.7.2 milestone May 17, 2023
@MandssS MandssS added this to the v1.7.3 milestone Jun 15, 2023
Script script = new Script(scriptId, "", scriptName, scriptContent, scriptType.getName());
ClassLoader classLoader = null;
try {
classLoader = getClassLoader(scriptType, enhancerModel);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要获取目标类的类加载器

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Category issues or prs related to feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants