Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-405

need extract space in the message text

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.1, 1.1.0
    • kernel
    • None

    Description

      two words concat togther in the following message due to the space was missing in front of separator. Therefore, contract and detected became one word: contractdetected.

      subclasser-contract-violation-field: Possible violation of subclassing contract\
      detected while processing persistent field

      {1}, declared in {2}. \
      Are you sure you are obeying the OpenJPA requirements? Details: {0}

      Fix will be :
      subclasser-contract-violation-field: Possible violation of subclassing \
      contract detected while processing persistent field {1}

      , declared in

      {2}

      . \
      Are you sure you are obeying the OpenJPA requirements? Details:

      {0}

      Attachments

        1. OPENJPA-405.patch
          1 kB
          Teresa Kan

        Activity

          People

            tckan1 Teresa Kan
            tckan1 Teresa Kan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: