Commit Graph

12 Commits

Author SHA1 Message Date
GoToLoop
50e12645ca Update ControllerGroup.java 2016-07-17 11:59:42 -03:00
GoToLoop
310d9e2d5e Update ControllerGroup.java
`float[]` to `float...`.
2016-07-16 18:23:44 -03:00
GoToLoop
b1085e4adf Update ControllerGroup.java
cp5
2016-07-15 16:09:59 -03:00
GoToLoop
8ad8ff167e Update ControllerGroup.java 2016-07-15 04:53:17 -03:00
GoToLoop
84b09409cf Update ControllerGroup.java
Initialize _**String**_ fields w/ an empty `""`.
2016-07-15 04:08:47 -03:00
GoToLoop
0f3f38146b Update ControllerGroup.java
ControllerGroup< ? extends ControllerGroup< ? > >
2016-07-11 04:07:09 -03:00
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