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

Patch line number #53

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

nbauma109
Copy link
Contributor

@nbauma109 nbauma109 commented Mar 26, 2022

I removed the temp file creation for the output with line numbers (-ln, --with-line-numbers) and instead I return a String in reformatFile(). This way I can re-use reformatFile() to get the output with line numbers without reading the produced file.
This is what the eclipse enhanced class decompiler plugin does. If this PR is accepted, I should be able to remove these classes from the plugin:

  • LineNumberFormatter.java
  • LineNumberPrintWriter.java
  • NoRetryMetadataSystem.java

@nbauma109
Copy link
Contributor Author

Hi @mstrobel
Please help moving forward with this PR
Thanks !

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