Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-7087

first digit in package name is replaced by underscore

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 7.6.0.Final
    • Workbench
    • NEW
    • NEW
    • Hide
      1. Create new project with name `7066`
      2. Look at the created packages

      Actual Result:
      com.myteam._066 package will be created.
      Expected Result:
      com.myteam._7006 package will be created.

      Show
      Create new project with name `7066` Look at the created packages Actual Result: com.myteam._066 package will be created. Expected Result: com.myteam._7006 package will be created.

    Description

      If I create a project with numeric name, first digit will be replaced by underscore. I guess it is due to Java language restrictions, but it shouldn't rewrite first digit, but 'appstart' it.
      For example: For Project name: 7066, package name should be _7066, not _066.

      Attachments

        Activity

          People

            eignatow Eder Ignatowicz
            kgaevski@redhat.com Kirill Gaevskii
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: