Bug #2068
z2 use of JDT compiler does not support upper-case package names.
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;
}
Updated by Henning Blohm over 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset z2-core:z2-core|3c108d19f00f10af19b264579661d0698c2db3ac.