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

Reverse engineered source code for issue #50 #55

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

sgparry
Copy link

@sgparry sgparry commented Jun 1, 2018

This is a full set of reverse engineered source code to fix issue 50. (missing source code for ANTLRAntTask-1.1 and ANTLRAntTask-1.2).

Obviously, this pull request should not be applied. Hopefully you have the genuine code and will post that instead.

I have generated and submitted this for three reasons:

  • in case you have lost or are unable to post the real source code
  • to provide stop-gap code until the real code is posted, allowing other developers to work on the plugin, e.g. to adapt it to newer versions of ANTLR4.
  • to indicate possible location/layout for the missing code.
    The reverse engineered code was created by studying the decompiled 1.1 or 1.2 code, applying corresponding changes to the 1.0 code base and then verifying that a decompile of the patched code matched the decompile of the 1.1 / 1.2 code. Line numbers were checked as well as program statements.

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

1 participant