Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Duplicate
-
Affects Version/s: 1.5.0
-
Fix Version/s: 1.5.1
-
Component/s: None
-
Labels:None
-
Environment:Windows.... jdk 1.5
Description
The ValidateFieldsOutOfOrder configure do not support for nested group ....
this option only valid for root DataDictionary But not add to group level data dictionary.....
I think it is better rewrite the DataDictionary#setCheckFieldsOutOfOrder like this:
public void setCheckFieldsOutOfOrder(boolean flag) {
checkFieldsOutOfOrder = flag;
for (GroupInfo info:groups.values())
{
DataDictionary dic=info.getDataDictionary();
if(null!=dic)
{ dic.setCheckFieldsOutOfOrder(flag); } }
}
Attachments
Issue Links
- duplicates
-
QFJ-535 ValidateFieldsOutOfOrder=N not applied on all message levels
- Closed