Compiler log for org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057 : @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 308)
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 309)
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 674)
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 65)
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 190)
} 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 131)
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 137)
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 137)
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 266)
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 267)
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 324)
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 371)
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 864)
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 866)
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 131)
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 909)
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 909)
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 986)
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 711)
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