-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
refactor: DefaultJavaPrettyPrinter better uses OperatorHelper #1553
Conversation
pvojtechovsky
commented
Sep 21, 2017
•
edited
Loading
edited
- DefaultJavaPrettyPrinter uses OperatorHelper instead of now deprecated PrinterHelper methods
- Some code of DefaultJavaPrettyPrinter is more friendly to future PrinterTokenWriter review: feat: TokenWriter - support for custom pretty printed formatting #1494
RevApi detects that the move of ListHelper is not finsihed, one needs to make |
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20170921.182338-36 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 1. Change 1
|
if a method is not the API we can remove it without depreciation, so we can remove the ones in PrinterHelper. |
here we clearly see the configuration that will be made possible with the indirection level of OperatorHelper. I'm OK with it. |
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20170921.182338-36 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 6. Change 1
Change 2
Change 3
Change 4
Change 5
Change 6
|