Changes

Summary

  1. Basic structure of CollectionFixer partially implemented. (commit: 4e093bd) (details)
  2. Some tests, followed by having no idea how to get the value of  outside (commit: f8cc274) (details)
  3. Testing - now with 100% more test\! (commit: 0b9f082) (details)
  4. Unchecked types? Fixed! Also implemented CArrayList. (commit: 990ce54) (details)
Commit 4e093bd07b5845f2ec344a5183738b3e02ee151c by rallanpcl
Basic structure of CollectionFixer partially implemented.

Signed-off-by: Ross Allan <[email protected]>
(commit: 4e093bd)
The file was addedsrc/main/java/me/nallar/TickThreading/ConcurrentCollections/CHashMap.java
The file was addedsrc/main/java/me/nallar/TickThreading/Patcher/CollectionFixer.java
The file was addedsrc/main/java/me/nallar/TickThreading/ConcurrentCollections/CArrayList.java
Commit f8cc27434993df8e60f37fa1ccd78ca8adbb11a1 by rallanpcl
Some tests, followed by having no idea how to get the value of  outside of .replace() and then waiting on stackoverflow answers. :P

Signed-off-by: Ross Allan <[email protected]>
(commit: f8cc274)
The file was modifiedsrc/main/java/me/nallar/TickThreading/ConcurrentCollections/CArrayList.java (diff)
The file was modifiedsrc/main/java/me/nallar/TickThreading/Patcher/CollectionFixer.java (diff)
The file was addedsrc/test/java/me/nallar/tickthreading/tests/patcher/CollectionFixerTest.java
The file was modifiedpom.xml (diff)
The file was modifiedsrc/main/java/me/nallar/TickThreading/ConcurrentCollections/CHashMap.java (diff)
Commit 0b9f082fa365093b13b55187ec21f3355813ad35 by rallanpcl
Testing - now with 100% more test\!

Signed-off-by: Ross Allan <[email protected]>
(commit: 0b9f082)
The file was modifiedsrc/test/java/me/nallar/tickthreading/tests/patcher/CollectionFixerTest.java (diff)
The file was modifiedsrc/main/java/me/nallar/TickThreading/Patcher/CollectionFixer.java (diff)
The file was modifiedpom.xml (diff)
Commit 990ce54ee00ad40f1414d1b0935caeff4498ae37 by rallanpcl
Unchecked types? Fixed! Also implemented CArrayList.

Signed-off-by: Ross Allan <[email protected]>
(commit: 990ce54)
The file was modifiedsrc/main/java/me/nallar/TickThreading/ConcurrentCollections/CArrayList.java (diff)
The file was modifiedsrc/main/java/me/nallar/TickThreading/ConcurrentCollections/CHashMap.java (diff)