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

Error when decompiling code without the local-variable-table #11

Open
2 of 3 tasks
rbonifacio opened this issue Sep 27, 2020 · 0 comments
Open
2 of 3 tasks

Error when decompiling code without the local-variable-table #11

rbonifacio opened this issue Sep 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@rbonifacio
Copy link
Collaborator

rbonifacio commented Sep 27, 2020

We use the local-variable-table to configure the set of local variables of a method (including the corresponding type). Nonetheless, this table is only available when the source code of a system has been compiled using the -g (which sets debugging information).

Tasks:

  • Find a possible alternative to this problem
  • Implement the fix
  • Investigate if the implicit parameter + the formal arguments are being properly assigned to the local variables
rbonifacio added a commit that referenced this issue Sep 27, 2020
rbonifacio added a commit that referenced this issue Sep 27, 2020
@faustocarva faustocarva added the bug Something isn't working label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants