Project

General

Profile

7604_switch_substring.diff

Eduard Soltan, 07/20/2023 09:59 AM

Download (747 Bytes)

View differences:

new/src/com/goldencode/p2j/convert/ExpressionConversionWorker.java 2023-07-20 13:57:41 +0000
3801 3801
                  // ENTRY's result is always case insensitive!
3802 3802
                  return true;
3803 3803
               }
3804
               
3805
               if (ast.getText().equalsIgnoreCase("ENTRY") && isCaseInsensitive(ast.getChildAt(0))) 
3806
               {
3807
                  return true;
3808
               }
3804 3809
                  
3805 3810
               /* all direct children must be case insensitive for this node to be case 
3806 3811
                  insensitive */