sevntu-checkstyle / methods-distance

GNU Lesser General Public License v3.0
5 stars 13 forks source link

Refactored project. Fixes #5 #12

Closed alex-zuy closed 8 years ago

alex-zuy commented 8 years ago

List of fixed points: 1) done 2) done 3) done 4) fixed. This implementation was written when methods collection was Set. 5) done 6) moved to package com.github.sevntu.checkstyle.module 7) done 8) implemented builder to calculate all necessary information and put it into MethodDefinition instance. Except for isOverloaded method that needs lazy evaluation due to initialization order issues. 9) moved to package com.github.sevntu.checkstyle.ordering 10) moved to package com.github.sevntu.checkstyle.utils

please, review