Skip to content
Success

Changes

Summary

  1. Base GeneralHashMap on Apache Harmony for licensing reasons. (details)
  2. Fix NullPointerException. (details)
  3. Implement some basic tests for GeneralHashMap. (details)
  4. Add basic tests for LinkedGeneralHashMap. (details)
  5. Fix bug with iterator initilization. (details)
  6. Add iteration tests. (details)
  7. Add some more tests. (details)
  8. Add testing for Iterator#remove. (details)
  9. Add get tests. (details)
Commit 552c0f61c76e6dccc62842c78ee97cbfd88d0f9e by jonas.becker
Base GeneralHashMap on Apache Harmony for licensing reasons.
The file was modified src/main/java/de/iani/cubesideutils/collections/GeneralHashMap.java
The file was modified src/main/java/de/iani/cubesideutils/collections/LinkedGeneralHashMap.java
The file was addedNOTICE
Commit e8841f09080d074a87fa1469b2996be826b7e5c2 by jonas.becker
Fix NullPointerException.
The file was modified src/main/java/de/iani/cubesideutils/collections/GeneralHashMap.java
Commit d7d57ef9b810eb6bcd3620eb2f87fd76ca3c94d1 by jonas.becker
Implement some basic tests for GeneralHashMap.
The file was modified pom.xml
The file was addedsrc/test/java/de/iani/cubesideutils/collections/GeneralHashMapTest.java
Commit eac799ef6c20877fe49dcfb3c1d144c86bceb9e7 by jonas.becker
Add basic tests for LinkedGeneralHashMap.
The file was addedsrc/test/java/de/iani/cubesideutils/collections/LinkedGeneralHashMapTest.java
Commit ba51be247b2ab834e3e8038a79d952cfe89f08a5 by jonas.becker
Fix bug with iterator initilization.
The file was modified src/main/java/de/iani/cubesideutils/collections/LinkedGeneralHashMap.java
Commit ddcf08797899445222be8cd24dd35deb0e1facab by jonas.becker
Add iteration tests.
The file was modified src/test/java/de/iani/cubesideutils/collections/LinkedGeneralHashMapTest.java
The file was modified src/test/java/de/iani/cubesideutils/collections/GeneralHashMapTest.java
Commit 35c31d2a4616fe21ba95f0c936743830d0dd4072 by jonas.becker
Add some more tests.
The file was modified src/test/java/de/iani/cubesideutils/collections/GeneralHashMapTest.java
Commit 6330c17a100da8b52c3e85b139dfb22e50e943c4 by jonas.becker
Add testing for Iterator#remove.
The file was modified src/test/java/de/iani/cubesideutils/collections/GeneralHashMapTest.java
Commit a4fc8025d92f17ae46683bb426a79e02e36cffd1 by jonas.becker
Add get tests.
The file was modified src/test/java/de/iani/cubesideutils/collections/GeneralHashMapTest.java