You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file path is org.zkoss.util.Dates
java.lang.ArithmeticException:by zero
source code:
public static final long round(long time,int precision){
return time - (time precision);
}
test code:
public void test_now_3_33()throws NoSuchFieldException,IllegalAccessException{
int int0 = 0;
org.zkoss.util.Dates.now(int0);
}
test results:
java.lang.ArithmeticException:by zero
at org.zkoss.util.Dates.round(Dates.java:62)
at org.zkoss.util.Dates.now(Dates.java:85)
at org.zkoss.util.Dates_Test.test_now_3_33(Dates_Test.java:604)
The text was updated successfully, but these errors were encountered:
The file path is org.zkoss.util.Dates
java.lang.ArithmeticException:by zero
source code:
test code:
test results:
The text was updated successfully, but these errors were encountered: