AnkushMudgal opened a new pull request #141: URL: https://github.com/apache/pdfbox/pull/141
Refactored the code to address certain code smells in a small subsection of the code. The following refactoring was applied to various files/methods/fields. - [Extract Method](https://github.com/apache/pdfbox/commit/bcb2922bed8d61ffa3f358b29989daa9df3f06a0) - [Rename field/variable/method](https://github.com/apache/pdfbox/commit/9d83b938807c5dec6fcd9a9d9d65b8afa835665d) - [Move Method](https://github.com/apache/pdfbox/commit/07289c73ce3d32f6e866584e1990469adb864abe) - [Pull-Up Method](https://github.com/apache/pdfbox/commit/fb832b705a5c3e0ec6ba8bfc10ffb9ab1932e5aa) - [Push-Down Variable](https://github.com/apache/pdfbox/commit/e5ab29928d5071125ef429cb20e84f00e36137d5) All stages of maven build, including compile, test, and install passed after the changes were made. {There were warning during compilation for deprecated methods, which were present before the above changes.} -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
