Source: eclipse-jdt-core Version: 4.23-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20230101 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > debian/rules build > dh build --buildsystem=eclipse_bundles > dh_update_autotools_config -O--buildsystem=eclipse_bundles > dh_autoreconf -O--buildsystem=eclipse_bundles > dh_auto_configure -O--buildsystem=eclipse_bundles > dh_auto_build -O--buildsystem=eclipse_bundles > ant -Dbasedir . -Dbundledir -f debian/build.xml > org.eclipse.jdt.annotation org.eclipse.jdt.apt.core > org.eclipse.jdt.apt.pluggable.core org.eclipse.jdt.compiler.apt > org.eclipse.jdt.compiler.tool org.eclipse.jdt.core -Duser.name debian > Buildfile: /<<PKGBUILDDIR>>/debian/build.xml > > org.eclipse.jdt.annotation: > [echo] Building bundle '' (org.eclipse.jdt.annotation:2.2.600) > [mkdir] Created dir: > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/classes > [touch] Creating > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/dependencies > [mkdir] Created dir: > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/sources > [copy] Copying 6 files to > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/sources > [javac] Compiling 6 source files to > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/classes > [javac] Creating empty > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/classes/org/eclipse/jdt/annotation/package-info.class > [copy] Copying 9 files to > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/classes > [jar] Building jar: > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation.jar > [copy] Copying 1 file to > /<<PKGBUILDDIR>>/org.eclipse.jdt.annotation/target > > org.eclipse.jdt.core: > [echo] Building bundle 'Java Development Tools Core' > (org.eclipse.jdt.core:3.29.0) > [mkdir] Created dir: /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/classes > [touch] Creating /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/dependencies > [mkdir] Created dir: /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources > [copy] Copying 1510 files to > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources > [javac] Compiling 1510 source files to > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/classes > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:166: > error: package org.osgi.service.prefs does not exist > [javac] import org.osgi.service.prefs.BackingStoreException; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:1645: > error: cannot access Preferences > [javac] public static class EclipsePreferencesListener implements > IEclipsePreferences.IPreferenceChangeListener { > [javac] ^ > [javac] class file for org.osgi.service.prefs.Preferences not found > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaCorePreferenceModifyListener.java:52: > error: cannot find symbol > [javac] void cleanJavaCore(Preferences preferences) { > [javac] ^ > [javac] symbol: class Preferences > [javac] location: class JavaCorePreferenceModifyListener > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/BindingKey.java:174: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public static String createWilcardTypeBindingKey(String > typeKey, char kind) { > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IJavaModelStatus.java:73: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] String getString(); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IJavaProject.java:587: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IPackageFragmentRoot[] getPackageFragmentRoots(IClasspathEntry > entry); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IClasspathEntry.java:473: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IClasspathEntry getResolvedEntry(); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/WorkingCopyOwner.java:213: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public final ICompilationUnit newWorkingCopy(String name, > IClasspathEntry[] classpath, IProblemRequestor problemRequestor, > IProgressMonitor monitor) throws JavaModelException { > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IType.java:77: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void codeComplete( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IType.java:122: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void codeComplete( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IType.java:1095: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] ITypeHierarchy newSupertypeHierarchy(IWorkingCopy[] > workingCopies, IProgressMonitor monitor) > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IType.java:1207: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] ITypeHierarchy newTypeHierarchy(IWorkingCopy[] workingCopies, > IProgressMonitor monitor) throws JavaModelException; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/eval/IEvaluationContext.java:118: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public void codeComplete( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/eval/IEvaluationContext.java:151: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public void codeComplete( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/eval/IEvaluationContext.java:559: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public void codeComplete( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:63: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptAnonymousType( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:95: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptClass( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:116: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptError(IProblem error); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:143: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptField( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:175: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptInterface( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:194: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptKeyword(char[] keywordName, int completionStart, int > completionEnd, int relevance); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:207: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptLabel(char[] labelName, int completionStart, int > completionEnd, int relevance); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:231: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptLocalVariable( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:273: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptMethod( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:322: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptMethodDeclaration( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:348: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptModifier(char[] modifierName, int completionStart, int > completionEnd, int relevance); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:366: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptPackage( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:391: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptType( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:421: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void acceptVariableName( > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompletionRequestor.java:29: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public interface ICompletionRequestor { > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICodeCompletionRequestor.java:28: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] public interface ICodeCompletionRequestor { > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:453: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int VariableTypeCannotBeVoidArray = Internal + 53; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:651: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int UnnecessaryArgumentCast = Internal + TypeRelated + 182; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:691: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int InvalidTypeExpression = Internal + 203; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:817: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int MustSpecifyPackage = Internal + 326; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:832: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SuperclassNotFound = TypeRelated + 329 + > ProblemReasons.NotFound; // TypeRelated + 330 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:834: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SuperclassNotVisible = TypeRelated + 329 + > ProblemReasons.NotVisible; // TypeRelated + 331 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:836: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SuperclassAmbiguous = TypeRelated + 329 + > ProblemReasons.Ambiguous; // TypeRelated + 332 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:838: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SuperclassInternalNameProvided = TypeRelated + 329 + > ProblemReasons.InternalNameProvided; // TypeRelated + 333 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:840: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SuperclassInheritedNameHidesEnclosingName = TypeRelated + > 329 + ProblemReasons.InheritedNameHidesEnclosingName; // TypeRelated + 334 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:843: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int InterfaceNotFound = TypeRelated + 334 + > ProblemReasons.NotFound; // TypeRelated + 335 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:845: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int InterfaceNotVisible = TypeRelated + 334 + > ProblemReasons.NotVisible; // TypeRelated + 336 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:847: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int InterfaceAmbiguous = TypeRelated + 334 + > ProblemReasons.Ambiguous; // TypeRelated + 337 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:849: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int InterfaceInternalNameProvided = TypeRelated + 334 + > ProblemReasons.InternalNameProvided; // TypeRelated + 338 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:851: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int InterfaceInheritedNameHidesEnclosingName = TypeRelated + > 334 + ProblemReasons.InheritedNameHidesEnclosingName; // TypeRelated + 339 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:863: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int FieldTypeNotFound = FieldRelated + 349 + > ProblemReasons.NotFound; // FieldRelated + 350 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:865: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int FieldTypeNotVisible = FieldRelated + 349 + > ProblemReasons.NotVisible; // FieldRelated + 351 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:867: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int FieldTypeAmbiguous = FieldRelated + 349 + > ProblemReasons.Ambiguous; // FieldRelated + 352 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:869: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int FieldTypeInternalNameProvided = FieldRelated + 349 + > ProblemReasons.InternalNameProvided; // FieldRelated + 353 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:871: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int FieldTypeInheritedNameHidesEnclosingName = FieldRelated + > 349 + ProblemReasons.InheritedNameHidesEnclosingName; // FieldRelated + 354 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:885: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ArgumentTypeCannotBeVoidArray = MethodRelated + 365; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:887: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ReturnTypeCannotBeVoidArray = MethodRelated + 366; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:894: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ArgumentTypeNotFound = MethodRelated + 369 + > ProblemReasons.NotFound; // MethodRelated + 370 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:896: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ArgumentTypeNotVisible = MethodRelated + 369 + > ProblemReasons.NotVisible; // MethodRelated + 371 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:898: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ArgumentTypeAmbiguous = MethodRelated + 369 + > ProblemReasons.Ambiguous; // MethodRelated + 372 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:900: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ArgumentTypeInternalNameProvided = MethodRelated + 369 + > ProblemReasons.InternalNameProvided; // MethodRelated + 373 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:902: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ArgumentTypeInheritedNameHidesEnclosingName = > MethodRelated + 369 + ProblemReasons.InheritedNameHidesEnclosingName; // > MethodRelated + 374 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:905: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ExceptionTypeNotFound = MethodRelated + 374 + > ProblemReasons.NotFound; // MethodRelated + 375 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:907: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ExceptionTypeNotVisible = MethodRelated + 374 + > ProblemReasons.NotVisible; // MethodRelated + 376 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:909: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ExceptionTypeAmbiguous = MethodRelated + 374 + > ProblemReasons.Ambiguous; // MethodRelated + 377 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:911: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ExceptionTypeInternalNameProvided = MethodRelated + 374 + > ProblemReasons.InternalNameProvided; // MethodRelated + 378 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:913: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ExceptionTypeInheritedNameHidesEnclosingName = > MethodRelated + 374 + ProblemReasons.InheritedNameHidesEnclosingName; // > MethodRelated + 379 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:916: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ReturnTypeNotFound = MethodRelated + 379 + > ProblemReasons.NotFound; // MethodRelated + 380 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:918: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ReturnTypeNotVisible = MethodRelated + 379 + > ProblemReasons.NotVisible; // MethodRelated + 381 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:920: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ReturnTypeAmbiguous = MethodRelated + 379 + > ProblemReasons.Ambiguous; // MethodRelated + 382 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:922: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ReturnTypeInternalNameProvided = MethodRelated + 379 + > ProblemReasons.InternalNameProvided; // MethodRelated + 383 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:924: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ReturnTypeInheritedNameHidesEnclosingName = MethodRelated > + 379 + ProblemReasons.InheritedNameHidesEnclosingName; // MethodRelated + 384 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:934: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ImportNotVisible = ImportRelated + 389 + > ProblemReasons.NotVisible; // ImportRelated + 391 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:936: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ImportAmbiguous = ImportRelated + 389 + > ProblemReasons.Ambiguous; // ImportRelated + 392 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:938: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ImportInternalNameProvided = ImportRelated + 389 + > ProblemReasons.InternalNameProvided; // ImportRelated + 393 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:940: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int ImportInheritedNameHidesEnclosingName = ImportRelated + > 389 + ProblemReasons.InheritedNameHidesEnclosingName; // ImportRelated + 394 > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:949: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int LocalVariableCannotBeNull = Internal + 397; // since 3.3: > semantics are LocalVariableRedundantCheckOnNonNull > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:951: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int LocalVariableCanOnlyBeNull = Internal + 398; // since 3.3: > split with LocalVariableRedundantCheckOnNull depending on context > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:953: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int LocalVariableMayBeNull = Internal + 399; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:1431: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int AnnotationFieldNeedConstantInitialization = Internal + 614; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:1599: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int IllegalModifierForLocalEnum = TypeRelated + 752; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:1742: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int MultipleFunctionalInterfaces = TypeRelated + 895; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2123: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int LambdaShapeComputationError = 1101; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2174: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionsIncompatibleResultExpressionTypes = > TypeRelated + 1600; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2178: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionsEmptySwitchBlock = Internal + 1601; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2182: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionsNoResultExpression = TypeRelated + 1602; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2186: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionSwitchLabeledBlockCompletesNormally = > Internal + 1603; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2190: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionLastStatementCompletesNormally = Internal + > 1604; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2194: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionTrailingSwitchLabels = Internal + 1605; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2198: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int switchMixedCase = Syntax + 1606; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2202: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionMissingDefaultCase = Internal + 1607; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2206: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionBreakMissingValue = Internal + 1610; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2210: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionMissingEnumConstantCase = Internal + 1611; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2214: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int SwitchExpressionIllegalLastStatement = Internal + 1612; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/compiler/IProblem.java:2395: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] int PatternVariableNotInScope = PreviewRelated + 1780; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IMethod.java:88: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] String[] getTypeParameterSignatures() throws JavaModelException; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompilationUnit.java:140: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void becomeWorkingCopy(IProblemRequestor problemRequestor, > IProgressMonitor monitor) throws JavaModelException; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICompilationUnit.java:545: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] ICompilationUnit getWorkingCopy(WorkingCopyOwner owner, > IProblemRequestor problemRequestor, IProgressMonitor monitor) throws > JavaModelException; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICodeAssist.java:45: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void codeComplete(int offset, ICodeCompletionRequestor > requestor) > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICodeAssist.java:66: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void codeComplete(int offset, ICompletionRequestor requestor) > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/ICodeAssist.java:160: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void codeComplete(int offset, ICompletionRequestor requestor, > WorkingCopyOwner owner) > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:88: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void commit(boolean force, IProgressMonitor monitor) throws > JavaModelException; > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:105: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] void destroy(); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:121: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IJavaElement findSharedWorkingCopy(IBufferFactory > bufferFactory); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:134: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IJavaElement getOriginal(IJavaElement workingCopyElement); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:145: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IJavaElement getOriginalElement(); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:168: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IJavaElement[] findElements(IJavaElement element); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/core/IWorkingCopy.java:179: > warning: [dep-ann] deprecated item is not annotated with @Deprecated > [javac] IType findPrimaryType(); > [javac] ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:1663: > error: cannot find symbol > [javac] > manager.getInstancePreferences().put(varName, oldValue); > [javac] > ^ > [javac] symbol: method put(String,String) > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2214: > error: cannot find symbol > [javac] String value = defaultPreferences.get(propertyName, > null); > [javac] ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable defaultPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2284: > error: incompatible types: IEclipsePreferences[] cannot be converted to > Preferences[] > [javac] String value = service.get(optionName, null, > this.preferencesLookup); > [javac] > ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2288: > error: incompatible types: IEclipsePreferences[] cannot be converted to > Preferences[] > [javac] value = > service.get(compatibleOptions[0], null, this.preferencesLookup); > [javac] > ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2311: > error: cannot find symbol > [javac] String value = > projectPreferences.get(optionName, javaCoreDefault); > [javac] ^ > [javac] symbol: method get(String,String) > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2315: > error: cannot find symbol > [javac] String oldValue = > projectPreferences.get(optionName, null); > [javac] ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2322: > error: cannot find symbol > [javac] String newValue = > projectPreferences.get(compatibleOptions[0], newDefault); > [javac] ^ > [javac] symbol: method get(String,String) > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2385: > error: incompatible types: IEclipsePreferences[] cannot be converted to > Preferences[] > [javac] String propertyValue = > service.get(propertyName, null, this.preferencesLookup); > [javac] > ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:2396: > error: incompatible types: IEclipsePreferences[] cannot be converted to > Preferences[] > [javac] String propertyValue = > service.get(propertyName, null, this.preferencesLookup); > [javac] > ^ > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3301: > error: cannot find symbol > [javac] ((IEclipsePreferences) > this.preferencesLookup[PREF_INSTANCE].parent()).addNodeChangeListener(this.instanceNodeListener); > [javac] > ^ > [javac] symbol: method parent() > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3317: > error: cannot find symbol > [javac] ((IEclipsePreferences) > this.preferencesLookup[PREF_DEFAULT].parent()).addNodeChangeListener(this.defaultNodeListener); > [javac] > ^ > [javac] symbol: method parent() > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3675: > error: cannot find symbol > [javac] String[] propertyNames = preferences.keys(); > [javac] ^ > [javac] symbol: method keys() > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3681: > error: cannot find symbol > [javac] String propertyValue = > preferences.get(propertyName, null); > [javac] > ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3687: > error: cannot find symbol > [javac] > preferences.remove(propertyName); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3697: > error: cannot find symbol > [javac] String propertyValue = > preferences.get(propertyName, null); > [javac] > ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3700: > error: cannot find symbol > [javac] > preferences.remove(propertyName); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:3707: > error: cannot find symbol > [javac] } catch (BackingStoreException e1) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaModelManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:4444: > error: cannot find symbol > [javac] if > (defaultPreferences.get(CP_VARIABLE_PREFERENCES_PREFIX + varName, null) != > null // don't save classpath variables from the default preferences as there > is no delta if they are removed > [javac] ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable defaultPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5239: > error: cannot find symbol > [javac] > eclipsePreferences.remove(optionName); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable eclipsePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5241: > error: cannot find symbol > [javac] > eclipsePreferences.put(optionName, optionValue); > [javac] ^ > [javac] symbol: method put(String,String) > [javac] location: variable eclipsePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5246: > error: cannot find symbol > [javac] eclipsePreferences.remove(optionName); > // get rid off old preference > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable eclipsePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5252: > error: cannot find symbol > [javac] > eclipsePreferences.remove(compatibleOptions[co]); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable eclipsePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5254: > error: cannot find symbol > [javac] > eclipsePreferences.put(compatibleOptions[co], optionValue); > [javac] ^ > [javac] symbol: method put(String,String) > [javac] location: variable eclipsePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5271: > error: cannot find symbol > [javac] instancePreferences.clear(); > [javac] ^ > [javac] symbol: method clear() > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5272: > error: cannot find symbol > [javac] } catch(BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaModelManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5288: > error: cannot find symbol > [javac] String defaultValue = > defaultPreferences.get(key, null); > [javac] > ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable defaultPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5297: > error: cannot find symbol > [javac] instancePreferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5298: > error: cannot find symbol > [javac] } catch(BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaModelManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5423: > error: cannot find symbol > [javac] preferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5424: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaModelManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5446: > error: cannot find symbol > [javac] ((IEclipsePreferences) > this.preferencesLookup[PREF_DEFAULT].parent()).removeNodeChangeListener(this.defaultNodeListener); > [javac] > ^ > [javac] symbol: method parent() > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5448: > error: cannot find symbol > [javac] ((IEclipsePreferences) > this.preferencesLookup[PREF_INSTANCE].parent()).removeNodeChangeListener(this.instanceNodeListener); > [javac] > ^ > [javac] symbol: method parent() > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5534: > error: cannot find symbol > [javac] getInstancePreferences().remove(variableKey); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5536: > error: cannot find symbol > [javac] getInstancePreferences().put(variableKey, > variablePath.toString()); > [javac] ^ > [javac] symbol: method put(String,String) > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5539: > error: cannot find symbol > [javac] getInstancePreferences().flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: interface IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaModelManager.java:5540: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaModelManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:566: > error: cannot find symbol > [javac] IEclipsePreferences > eclipseParentPreferences = (IEclipsePreferences) > perProjectInfo.preferences.parent(); > [javac] > ^ > [javac] symbol: method parent() > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:1929: > error: cannot find symbol > [javac] final IEclipsePreferences eclipseParentPreferences = > (IEclipsePreferences) eclipsePreferences.parent(); > [javac] > ^ > [javac] symbol: method parent() > [javac] location: variable eclipsePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:2173: > error: cannot find symbol > [javac] String[] propertyNames = > projectPreferences.keys(); > [javac] > ^ > [javac] symbol: method keys() > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:2177: > error: cannot find symbol > [javac] String value = > projectPreferences.get(propertyName, null); > [javac] > ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:2199: > error: cannot find symbol > [javac] } catch (JavaModelException | BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaProject > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3503: > error: cannot find symbol > [javac] projectPreferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3504: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaProject > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3520: > error: cannot find symbol > [javac] projectPreferences.clear(); > [javac] ^ > [javac] symbol: method clear() > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3534: > error: cannot find symbol > [javac] String[] pNames = > projectPreferences.keys(); > [javac] ^ > [javac] symbol: method keys() > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3539: > error: cannot find symbol > [javac] > projectPreferences.remove(key); // old preferences => remove from preferences > table > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3545: > error: cannot find symbol > [javac] projectPreferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable projectPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3553: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaProject > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3856: > error: cannot find symbol > [javac] String[] propertyNames = > oldPreferences.childrenNames(); > [javac] ^ > [javac] symbol: method childrenNames() > [javac] location: variable oldPreferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3859: > error: cannot find symbol > [javac] String propertyValue = > oldPreferences.get(propertyName, ""); //$NON-NLS-1$ > [javac] > ^ > [javac] symbol: method get(String,String) > [javac] location: variable oldPreferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3861: > error: cannot find symbol > [javac] > preferences.put(propertyName, propertyValue); > [javac] ^ > [javac] symbol: method put(String,String) > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3865: > error: cannot find symbol > [javac] preferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable preferences of type IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaProject.java:3866: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaProject > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:69: > error: cannot find symbol > [javac] propertyNames = instancePreferences.keys(); > [javac] ^ > [javac] symbol: method keys() > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:70: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class UserLibraryManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:79: > error: cannot find symbol > [javac] String propertyValue = > instancePreferences.get(propertyName, null); > [javac] > ^ > [javac] symbol: method get(String,<null>) > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:88: > error: cannot find symbol > [javac] > instancePreferences.remove(propertyName); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:98: > error: cannot find symbol > [javac] instancePreferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:99: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class UserLibraryManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:163: > error: cannot find symbol > [javac] instancePreferences.remove(propertyName); > [javac] ^ > [javac] symbol: method remove(String) > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:165: > error: cannot find symbol > [javac] instancePreferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:166: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class UserLibraryManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:179: > error: cannot find symbol > [javac] instancePreferences.put(propertyName, > propertyValue); // sends out a PreferenceChangeEvent (see > preferenceChange(...)) > [javac] ^ > [javac] symbol: method put(String,String) > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:185: > error: cannot find symbol > [javac] instancePreferences.flush(); > [javac] ^ > [javac] symbol: method flush() > [javac] location: variable instancePreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/UserLibraryManager.java:186: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class UserLibraryManager > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaCorePreferenceInitializer.java:127: > error: cannot find symbol > [javac] defaultPreferences.put(optionName, > (String)entry.getValue()); > [javac] ^ > [javac] symbol: method put(String,String) > [javac] location: variable defaultPreferences of type > IEclipsePreferences > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaCorePreferenceModifyListener.java:31: > error: cannot find symbol > [javac] Preferences root = node.node("/"); //$NON-NLS-1$ > [javac] ^ > [javac] symbol: class Preferences > [javac] location: class JavaCorePreferenceModifyListener > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaCorePreferenceModifyListener.java:35: > error: cannot find symbol > [javac] Preferences instance = > root.node(InstanceScope.SCOPE); > [javac] ^ > [javac] symbol: class Preferences > [javac] location: class JavaCorePreferenceModifyListener > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaCorePreferenceModifyListener.java:41: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaCorePreferenceModifyListener > [javac] > /<<PKGBUILDDIR>>/org.eclipse.jdt.core/target/sources/org/eclipse/jdt/internal/core/JavaCorePreferenceModifyListener.java:61: > error: cannot find symbol > [javac] } catch (BackingStoreException e) { > [javac] ^ > [javac] symbol: class BackingStoreException > [javac] location: class JavaCorePreferenceModifyListener > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] Note: Some messages have been simplified; recompile with > -Xdiags:verbose to get full output > [javac] 73 errors > [javac] 100 warnings > [javac] only showing the first 100 warnings, of 456 total; use -Xmaxwarns > if you would like to see more > > BUILD FAILED > /<<PKGBUILDDIR>>/debian/build.xml:72: The following error occurred while > executing this line: > /usr/share/eclipse-debian-helper/build-eclipse-bundle.xml:64: Compile failed; > see the compiler error output for details. > > Total time: 13 seconds > dh_auto_build: error: ant -Dbasedir . -Dbundledir -f debian/build.xml > org.eclipse.jdt.annotation org.eclipse.jdt.apt.core > org.eclipse.jdt.apt.pluggable.core org.eclipse.jdt.compiler.apt > org.eclipse.jdt.compiler.tool org.eclipse.jdt.core -Duser.name debian > returned exit code 1 > make: *** [debian/rules:6: build] Error 25 The full build log is available from: http://qa-logs.debian.net/2023/01/01/eclipse-jdt-core_4.23-1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.