# 3/29/24, 11:17:27 PM UTC # Eclipse Compiler for Java(TM) OTDT_r283_202403292312, 3.38.0, Copyright IBM Corp 2000, 2020. All rights reserved. Extension for Object Teams, 2.8.3, Copyright by TU Berlin, Fraunhofer FIRST and others, 2004, 2023. ---------- 1. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.objectteams.otequinox/src/org/eclipse/objectteams/internal/osgi/weaving/AspectBindingRegistry.java (at line 224) AspectBinding superBinding = new AspectBinding(aspectBundleId, aspectBundle, superBaseBundle, new IConfigurationElement[0], 1, bytecodeAnalyzer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'IConfigurationElement[]' needs unchecked conversion to conform to '@NonNull IConfigurationElement @NonNull[]' ---------- ---------- 2. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.objectteams.otequinox/src/org/eclipse/objectteams/internal/osgi/weaving/AspectPermissionManager.java (at line 390) Set<@NonNull TeamBinding> checkAspectPermissionDenial(Collection teamsForBase) ^^^^^^^^^^^^^^^^^^^^ The nullness annotation is redundant with a default that applies to this location ---------- ---------- 3. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.objectteams.otequinox/src/org/eclipse/objectteams/internal/osgi/weaving/ClassScanner.java (at line 137) List roles = CallinBindingManager.getRolePerTeam(className); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to 'List<@NonNull String>' ---------- ---------- 4. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.objectteams.otequinox/src/org/eclipse/objectteams/internal/osgi/weaving/DelegatingTransformer.java (at line 90) return this.transformer.fetchAdaptedBases(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to 'Collection<@NonNull String>' ---------- ---------- 5. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.objectteams.otequinox/src/org/eclipse/objectteams/internal/osgi/weaving/Util.java (at line 72) private static int getActiveCount() { ^^^^^^^^^^^^^^^^ The method getActiveCount() from the type Util is never used locally ---------- ---------- 6. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.objectteams.otequinox/src/org/eclipse/objectteams/otequinox/TransformerPlugin.java (at line 228) equinoxLogger.log(entry.getLevel(), entry.getMessage(), entry.getException()); ^^^^^^^^^^ The method getLevel() from the type LogEntry is deprecated ---------- 6 problems (6 warnings)