Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-749

Syntax error in SessionSettings.java/line 572 leading exception from java.util.regex

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 1.5.3
    • Fix Version/s: None
    • Component/s: Engine
    • Labels:
    • Environment:
      Eclipse 22 on Debian GNU/Linux 7.0

      Description

      There is a syntax error in SessionSettings.java class, line 572.
      original line: private final Pattern variablePattern = Pattern.compile("\\$

      {(.+?)}

      ");
      Should be: private final Pattern variablePattern = Pattern.compile("\\$

      {(.+?)\\}

      ");

      (with double slash before closing parenthesis).
      This causes the failure in creating a SessionSettings instance.

      I tried to recompile myself the corrected version, but I got the following exception:

      java.lang.NoClassDefFoundError: quickfix.SessionSettings

      Probably, you can suggest the possible solution.
      Thank you!

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              pavsag Pavel Sagulenko
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: