Compilation error after refactoring God Class using JDeodorant
Opened this issue · 1 comments
bharti8800 commented
I inspect the class "Network" using JDeodorant's God Class option and JDeodorant shows a refactoring opportunity. I refactor using it but then after the refactoring, the code shows compilation errors.
tsantalis commented
The Extract Class refactoring has been updated to change the access modifier of private inner types in the source class, which are used as parameters in methods moved to the extracted class.