Vivek504 opened a new pull request, #167:
URL: https://github.com/apache/pdfbox/pull/167

   ### Extract Class Refactoring
   
   **Location of the class:** 
org.apache.pdfbox.examples.pdmodel.CreatePatternsPDF
   
   **Reason:** Imperative Abstraction - The tool detected the smell in this 
class because it looks like that an operation is turned into a class. This 
class contains only the following public method: main
   
   **Logic of the refactoring:** New class (PatternDrawer) is created to 
refactor the code and refactored code separates the responsibilities of two 
classes (CreatePatternsPDF and PatternDrawer).


-- 
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]

Reply via email to