tsantalis/JDeodorant

Compilation error after refactoring God Class using JDeodorant

Opened this issue · 1 comments

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.

LANSimulation1.zip

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.