neomatrix369 / OpenJDKProductivityTool

The OpenJDK productivity tool - a reviewers and contributors handy tool, to speed up delivery of patches!
GNU General Public License v2.0
1 stars 0 forks source link

Apply Mutability Detector to project #20

Open neomatrix369 opened 11 years ago

neomatrix369 commented 11 years ago

Check for mutability throughout the project by using @grundleflecks's Mutability Detector at https://github.com/MutabilityDetector.

To-do item (26-12-12) from https://github.com/neomatrix369/OpenJDKProductivityTool/blob/master/To-do-list.

neomatrix369 commented 11 years ago

There was a hint from Vaibhav Gowadia to make classes immutable during a code review iteration. Below are some communications and links:

  1. how do you implement immutable object?

I think following page describes it very well: http://www.javapractices.com/topic/TopicAction.do?Id=29 p.s. current version of code is not complex anymore and is reasonable without immutability design.