Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-3117

Compiling two functions fails

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Compiling these two function together fails:

      function boolean isOutOfRange( Object value, int lower ){
      return true;
      }
      function boolean isNotContainedInt( Object object, int[] values ){
      return true;
      }

      [ isNotContainedInt : unable to resolve type while building function ]

      If the first one is removed, or its arguments are reduced, the remainder compiles.

            etirelli@redhat.com Edson Tirelli
            laune Wolfgang Laun (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

              Created:
              Updated:
              Resolved:
              Archived: