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;
        }

Also available in: Atom PDF