-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: v2.3.0
-
Component/s: None
-
Labels:None
the message IllegalArgumentException in Class IntegerDimEnc is empty currently, it may cause confusion when using Kylin or troubleshooting a problem.
// code placeholder public IntDimEnc(int len) { if (len <= 0 || len >= CAP.length) throw new IllegalArgumentException(); this.fixedLen = len; }