Commit Graph

6 Commits

Author SHA1 Message Date
GoToLoop
18e95d99da Update ControllerGroup.java 2016-07-09 21:58:45 -03:00
GoToLoop
27371a5fd1 Update ControllerGroup.java 2016-07-09 08:47:43 -03:00
GoToLoop
d30c234759 Refactor for ControllerGroup + synchronized
* I wasn't expecting almost 1000 lines of code, but I've taken the challenge anyways.
* Placed localized `synchronized ()` not only for those 2 _**Vector**_ containers from _controllers_ field, but also for the 2 __*ArrayList*__ in __*ControllerGroup*__ class.
* Mostly for all sections doing iteration on them, but also when their **size()** changes.
* Prepended `@Override` for all inherited methods in __*ControllerGroup*__ class.
* Prepended `final` for all fields which didn't seem they would be re-assigned.
* Lotsa further cleanups I can't remember I did.  :P
2016-07-06 12:27:28 -03:00
sojamo
1f7cb64986 2.2.6 release 2016-04-14 18:39:16 +08:00
sojamo
e056913c43 wip 2014-08-15 11:19:30 +08:00
sojamo
e3a05cb1bc moving repository from google code to github. 2014-07-22 14:12:30 +08:00