Compiler log for org.eclipse.pde.build_3.12.300.v20240212-0530 : pdebuild.jar.xml

TOTAL : ERRORS: 0, WARNINGS: 13, INFOS: 1

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/pde/internal/build/FetchScriptGenerator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 493)
feature = factory.createFeature(featureLocation.toURL(), null);
The method toURL() from the type File is deprecated
2. WARNING in /src/org/eclipse/pde/internal/build/FetchScriptGenerator.java
 (at line 559)
feature = factory.createFeature(featureFolder.toURL(), null);
The method toURL() from the type File is deprecated

/src/org/eclipse/pde/internal/build/Utils.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 164)
return new VersionRange(version, true, new VersionRange(null).getMaximum(), true);
The method getMaximum() from the type VersionRange is deprecated
2. WARNING in /src/org/eclipse/pde/internal/build/Utils.java
 (at line 268)
result[i++] = file.toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/pde/internal/build/site/P2Utils.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/site/P2Utils.java
 (at line 81)
bundles[i] = new File(infos.get(i).getLocation()).toURL();
The method toURL() from the type File is deprecated

/src/org/eclipse/pde/internal/build/site/PDEState.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/site/PDEState.java
 (at line 441)
ee = profileProps.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT);
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
2. WARNING in /src/org/eclipse/pde/internal/build/site/PDEState.java
 (at line 448)
prop.put(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, ee);
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
3. WARNING in /src/org/eclipse/pde/internal/build/site/PDEState.java
 (at line 471)
prop.put(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, currentEE);
The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated

/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 58)
result = substract(toCompare.range.getMaximum(), toCompare.range.getMinimum()).compareTo(substract(range.getMaximum(), range.getMinimum()));
The method getMaximum() from the type VersionRange is deprecated
2. WARNING in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 58)
result = substract(toCompare.range.getMaximum(), toCompare.range.getMinimum()).compareTo(substract(range.getMaximum(), range.getMinimum()));
The method getMaximum() from the type VersionRange is deprecated
3. WARNING in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 67)
result = range.getMinimum().compareTo(toCompare.range.getMaximum());
The method getMaximum() from the type VersionRange is deprecated
4. WARNING in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 113)
return range.getMinimum().equals(toCompare.range.getMinimum()) && range.getMaximum().equals(toCompare.range.getMaximum());
The method getMaximum() from the type VersionRange is deprecated
5. WARNING in /src/org/eclipse/pde/internal/build/site/ReachablePlugin.java
 (at line 113)
return range.getMinimum().equals(toCompare.range.getMinimum()) && range.getMaximum().equals(toCompare.range.getMaximum());
The method getMaximum() from the type VersionRange is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 256)
@SuppressWarnings("resource") // intentional return AntScript without closed stream
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings