tkobayas commented on code in PR #6774:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6774#discussion_r3472010079


##########
drools-core/src/main/java/org/drools/core/time/impl/KieCronExpression.java:
##########
@@ -798,6 +798,11 @@ protected void addToSet(int val, int end, int incr, int 
type)
 
         TreeSet set = getSet(type);
 
+        if (val == ALL_SPEC_INT && (end != -1 || incr < 0)) {

Review Comment:
   This `if` allows `*`, but rejects `99`, `99-9999`, `*-9999`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to