.jcheck/conf

Tue, 08 Jan 2013 14:14:17 +0100

author
attila
date
Tue, 08 Jan 2013 14:14:17 +0100
changeset 15
4620ac94e7dc
parent 1
b8a1b238c77c
child 700
c75493c7a70c
permissions
-rw-r--r--

8005801: Refactor findSetMethod
Summary: findSetMethod() was a very large single method, very unreadable and unmaintainable. It was broken into easy-to-understand pieces. The refactoring required introduction of a comand-object like entity, SetMethodCreator, to contain the nontrivial transient state of the algorithm that made the original big method so resistant to refactoring in the first place.
Reviewed-by: lagergren, sundar

duke@1 1 project=jdk8

mercurial