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 Patch Adapter tool #5

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

Conversation

knewbury01
Copy link

This contribution is a patch adapter tool
that transforms software patches into hotfixes
that can be used by Java Agents.
The tool categorizes changes in patches as compliant or
not with respect to the JVMTI standards for redefinition.
If non-compliant changes exist, the tool uses Soot
to analyze and transform those classes.

Signed-off-by: Kristen Newbury knewbury@ualberta.ca

@andrewcraik
Copy link
Contributor

Can you explain why you have binary class files in the commit?

@andrewcraik
Copy link
Contributor

@DanHeidinga / @mstoodle I think this is a big enough chunk of code that we will likely need a CQ

This contribution is a patch adapter tool
that transforms software patches into hotfixes
that can be used by Java Agents
without throwing unsupportedOperationExceptions

Signed-off-by: Kristen Newbury <knewbury@ualberta.ca>
@knewbury01
Copy link
Author

Can you explain why you have binary class files in the commit?

Fixed.

Previously added classfiles that are required in testing setup. Now have removed all classfiles, and, project includes script to build those, pre Maven regular test cycle.
The reason this extra setup is required is due to the fact that the patch adapter test setup required two variants of the same class, by definition of a patch to test upon, which requires minor extra setup compared to what can naturally be supported in a Maven project structure.

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

2 participants