Popular repositories
-
Forked from yegor256/cactoos
Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
Java
-
-
262 contributions in the last year
Less
More
Contribution activity
March 2021
Created an issue in icarus-consulting/Yaapii.Atoms that received 1 comment
The MapOf constructor which accepts string array fails when empty
Expected Behavior
we can do
new MapOf(new string[0]);
Actual Behavior
This leads to an Exception, saying that an even number of parameters is needed.
1
comment