Project

General

Profile

Actions

Bug #7219

closed

Ignoring of parentheses in conditions

Added by Mikhail Chupilko almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Andrei Tatarnikov
Category:
nML Translator
Target version:
Start date:
05/18/2016
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
2.3.39

Description

This code

if x && (y || z) then
...
endif;

will be translated into Java as if it were the following one.
if x && y || z then
...
endif;

Actions #1

Updated by Andrei Tatarnikov almost 8 years ago

  • Status changed from New to Resolved
  • Target version set to 2.3
  • % Done changed from 0 to 100

Fixed: r6520.

Actions #2

Updated by Andrei Tatarnikov almost 8 years ago

  • Status changed from Resolved to Closed
  • Published in build set to 2.3.39
Actions

Also available in: Atom PDF