Compiler log for org.eclipse.osgi.compatibility.state_1.2.1200.v20250506-0416 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 23, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

/src/org/eclipse/osgi/internal/module/ResolverImpl.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/module/ResolverImpl.java
 (at line 326)
StringBuilder bundleEE = new StringBuilder(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length() + 20);
The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
2. WARNING in /src/org/eclipse/osgi/internal/module/ResolverImpl.java
 (at line 327)
bundleEE.append(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT).append(": "); //$NON-NLS-1$
The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
3. WARNING in /src/org/eclipse/osgi/internal/module/ResolverImpl.java
 (at line 723)
String eeSpecs = (String) platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT);
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated

/src/org/eclipse/osgi/internal/resolver/BundleDeltaImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/resolver/BundleDeltaImpl.java
 (at line 71)
if ((type & BundleDelta.LINKAGE_CHANGED) != 0) {
The field BundleDelta.LINKAGE_CHANGED is deprecated

/src/org/eclipse/osgi/internal/resolver/ImportPackageSpecificationImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/resolver/ImportPackageSpecificationImpl.java
 (at line 215)
} else if (Constants.PACKAGE_SPECIFICATION_VERSION.equals(mandatory) || Constants.VERSION_ATTRIBUTE.equals(mandatory)) {
The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated

/src/org/eclipse/osgi/internal/resolver/StateBuilder.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 59)
private static final String[] DEFINED_PACKAGE_MATCHING_ATTRS = {Constants.BUNDLE_SYMBOLICNAME_ATTRIBUTE, Constants.BUNDLE_VERSION_ATTRIBUTE, Constants.PACKAGE_SPECIFICATION_VERSION, Constants.VERSION_ATTRIBUTE};
The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
2. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 63)
static final String[] DEFINED_BSN_MATCHING_ATTRS = {Constants.BUNDLE_VERSION_ATTRIBUTE, StateImpl.OPTIONAL_ATTRIBUTE, StateImpl.REPROVIDE_ATTRIBUTE};
The field StateImpl.OPTIONAL_ATTRIBUTE is deprecated
3. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 63)
static final String[] DEFINED_BSN_MATCHING_ATTRS = {Constants.BUNDLE_VERSION_ATTRIBUTE, StateImpl.OPTIONAL_ATTRIBUTE, StateImpl.REPROVIDE_ATTRIBUTE};
The field StateImpl.REPROVIDE_ATTRIBUTE is deprecated
4. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 134)
String[] brees = ManifestElement.getArrayFromList(manifest.get(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT));
The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
5. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 141)
ManifestElement[] provides = ManifestElement.parseHeader(StateImpl.PROVIDE_PACKAGE, manifest.get(StateImpl.PROVIDE_PACKAGE));
The field StateImpl.PROVIDE_PACKAGE is deprecated
6. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 141)
ManifestElement[] provides = ManifestElement.parseHeader(StateImpl.PROVIDE_PACKAGE, manifest.get(StateImpl.PROVIDE_PACKAGE));
The field StateImpl.PROVIDE_PACKAGE is deprecated
7. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 281)
result.setExported(Constants.VISIBILITY_REEXPORT.equals(spec.getDirective(Constants.VISIBILITY_DIRECTIVE)) || "true".equals(spec.getAttribute(StateImpl.REPROVIDE_ATTRIBUTE))); //$NON-NLS-1$
The field StateImpl.REPROVIDE_ATTRIBUTE is deprecated
8. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 282)
result.setOptional(Constants.RESOLUTION_OPTIONAL.equals(spec.getDirective(Constants.RESOLUTION_DIRECTIVE)) || "true".equals(spec.getAttribute(StateImpl.OPTIONAL_ATTRIBUTE))); //$NON-NLS-1$
The field StateImpl.OPTIONAL_ATTRIBUTE is deprecated
9. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 342)
versionString = importPackage.getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION);
The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
10. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 397)
versionString = exportPackage.getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION);
The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
11. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 934)
String specVersion = elements[i].getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION);
The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
12. WARNING in /src/org/eclipse/osgi/internal/resolver/StateBuilder.java
 (at line 936)
throw new BundleException(NLS.bind(StateMsg.HEADER_VERSION_ERROR, Constants.VERSION_ATTRIBUTE, Constants.PACKAGE_SPECIFICATION_VERSION), BundleException.MANIFEST_ERROR);
The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated

/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java
 (at line 137)
String name = description.getName();
The method getName() from the type GenericDescription is deprecated

/src/org/eclipse/osgi/internal/resolver/StateImpl.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/resolver/StateImpl.java
 (at line 152)
public static final String[] PROPS = {OSGI_OS, OSGI_WS, OSGI_NL, OSGI_ARCH, Constants.FRAMEWORK_SYSTEMPACKAGES, Constants.FRAMEWORK_SYSTEMPACKAGES_EXTRA, OSGI_RESOLVER_MODE, Constants.FRAMEWORK_EXECUTIONENVIRONMENT, "osgi.resolveOptional", "osgi.genericAliases", Constants.FRAMEWORK_OS_NAME, Constants.FRAMEWORK_OS_VERSION, Constants.FRAMEWORK_PROCESSOR, Constants.FRAMEWORK_LANGUAGE, STATE_SYSTEM_BUNDLE, Constants.FRAMEWORK_SYSTEMCAPABILITIES, Constants.FRAMEWORK_SYSTEMCAPABILITIES_EXTRA}; //$NON-NLS-1$ //$NON-NLS-2$
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
2. WARNING in /src/org/eclipse/osgi/internal/resolver/StateImpl.java
 (at line 991)
performResetSystemCapabilities |= checkProp(this.platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), newPlatformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
3. WARNING in /src/org/eclipse/osgi/internal/resolver/StateImpl.java
 (at line 991)
performResetSystemCapabilities |= checkProp(this.platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), newPlatformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
4. WARNING in /src/org/eclipse/osgi/internal/resolver/StateImpl.java
 (at line 1073)
checkOSGiEE(capabilities, (String) platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), i);
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated

/src/org/eclipse/osgi/internal/resolver/StateWriter.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/osgi/internal/resolver/StateWriter.java
 (at line 739)
writeVersion(versionRange.getMaximum(), out);
The method getMaximum() from the type VersionRange is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings