Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3910

Compile time error in INT variable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0ruta
    • 2.3.0ruta
    • Ruta
    • None

    Description

      Hi,

      I am using following code and getting a compile error.

      INT count1;
      Document

      {COUNT(Type,count1)}

      ;
      Document{->LOG(count1)};
      Type

      {IF(count1 == 1)->MARK(Type2)}

      ;

      In last two lines having compile time error on variable count1 . it says

      Multiple markers:
      -Syntax error: count1
      -Variable "" not defined in this script or block!
      -Mismatched Input: Expecting "RPAREN" but found "count1".

      Please look into it.

      Thanks

      Attachments

        Activity

          People

            pkluegl Peter Klügl
            asadabbas88 Asad Abbas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: