Skip to content

Commit

Permalink
small fix: comment "cannot determine e.g. isCheckImplicitSet correctly"
Browse files Browse the repository at this point in the history
  • Loading branch information
jflute committed Aug 17, 2023
1 parent 6de071b commit 9036ebb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public DfClsTopLiteralArranger(DfPropertyValueHandler propertyValueHandler) {
// Process Method
// --------------
public void arrangeClassificationTopFromLiteral(DfClassificationTop classificationTop, Map<?, ?> elementMap) {
// #thinking jflute while analyzing literal, we don't know table or implict classification (2023/08/17)
// so you cannot determine e.g. isCheckImplicitSet correctly (but small problem so keep it for now)
classificationTop.acceptBasicItem(elementMap);
classificationTop.setCheckClassificationCode(isElementMapCheckClassificationCode(elementMap));
classificationTop.setUndefinedHandlingType(getElementMapUndefinedHandlingType(elementMap));
Expand Down

0 comments on commit 9036ebb

Please sign in to comment.