aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicBinaryExpression.java
AgeCommit message (Collapse)AuthorFilesLines
2017-08-29Prune code migrated from sdnc/core to ccsdkDan Timoney1-149/+0
Remove code from sdnc/core which has been refactored to the CCSDK sli/core project as part of the ONAP Amsterdam release. Added README.md files for each former sdnc/core component redirecting the reader to the correct CCSDK repo. Change-Id: Ifb1f7752fa5e6e08e4393fb34e68dc1a84f35678 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-04-13Fix operator associativity in SLI debug logGary Wu1-27/+35
SvcLogicBinaryExpression.asParsedExpr() for debug logging was rendering expressions as if the operators were right associative, which is incorrect. This change fixes the method to render the operators as being left associative. Change-Id: Ief22c4ee24d48ed333b1bff54b84ed7dd7940779 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-02-20[VERSION] Update version to 1.0.0Dan Timoney1-1/+1
Update version to 1.0.0 to produce release build Change-Id: I8d0d89c0a930310ef90a49fa34ca79bb108a27b2 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-02-15Initial commit for OpenECOMP SDN-C N-C coreDan Timoney1-0/+141
Change-Id: I30c52795ab821c4fdd18b55d202f10a76a01acfa Signed-off-by: Dan Timoney <dtimoney@att.com>