Project

General

Profile

Bug #2068

z2 use of JDT compiler does not support upper-case package names.

Added by Henning Blohm almost 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-core
Target version:
Start date:
04.05.2020
Due date:
% Done:

100%

Estimated time:
origin:

Description

See com.zfabrik.impl.components.java.jdt.NameEnvironmentImpl:

        // if its last part starts with an upper case char, we assume it is no package
        if (packageName.length>0 && Character.isUpperCase(packageName[0])) {
            return false;
        }
#1

Updated by Henning Blohm about 3 years ago

  • Status changed from New to In Progress
#2

Updated by Henning Blohm about 3 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF