JDeodorant icon indicating copy to clipboard operation
JDeodorant copied to clipboard

Compilation error after refactoring God Class using JDeodorant

Open bharti8800 opened this issue 5 years ago • 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

bharti8800 avatar Oct 25 '20 07:10 bharti8800

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.

tsantalis avatar Oct 28 '20 20:10 tsantalis