Compiler log for org.eclipse.osgi_3.24.0.v20251126-0427 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7, INFOS: 21

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

/container/src/org/eclipse/osgi/framework/util/ObjectPool.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /container/src/org/eclipse/osgi/framework/util/ObjectPool.java
 (at line 22)
private static String OPTION_DEBUG_OBJECTPOOL_ADDS = Debug.ECLIPSE_OSGI + "/debug/objectPool/adds"; //$NON-NLS-1$
The value of the field ObjectPool.OPTION_DEBUG_OBJECTPOOL_ADDS is not used
2. WARNING in /container/src/org/eclipse/osgi/framework/util/ObjectPool.java
 (at line 23)
private static String OPTION_DEBUG_OBJECTPOOL_DUPS = Debug.ECLIPSE_OSGI + "/debug/objectPool/dups"; //$NON-NLS-1$
The value of the field ObjectPool.OPTION_DEBUG_OBJECTPOOL_DUPS is not used

/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java
 (at line 55)
import org.osgi.service.packageadmin.PackageAdmin;
The type PackageAdmin is deprecated
2. WARNING in /container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java
 (at line 58)
import org.osgi.service.startlevel.StartLevel;
The type StartLevel is deprecated

/container/src/org/eclipse/osgi/storage/Storage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /container/src/org/eclipse/osgi/storage/Storage.java
 (at line 856)
if (HostNamespace.EXTENSION_BOOTCLASSPATH
The field HostNamespace.EXTENSION_BOOTCLASSPATH is deprecated

/supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java : 1 warning :

OTHER WARNINGS
1. WARNING in /supplement/src/org/eclipse/osgi/storagemanager/StorageManager.java
 (at line 339)
@SuppressWarnings("cast")
Unnecessary @SuppressWarnings("cast")

/supplement/src/org/eclipse/osgi/util/NLS.java : 1 warning :

OTHER WARNINGS
1. WARNING in /supplement/src/org/eclipse/osgi/util/NLS.java
 (at line 341)
long start = System.currentTimeMillis();
The value of the local variable start is not used

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/container/src/org/eclipse/osgi/framework/util/Headers.java : 21 infos :

INFO WARNINGS
1. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 50)
public Headers(int initialCapacity) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
2. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 67)
public Headers(Dictionary<? extends K, ? extends V> values) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
3. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 81)
public synchronized Enumeration<K> keys() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
4. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 89)
public synchronized Enumeration<V> elements() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
5. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 148)
public synchronized V get(Object key) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
6. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 171)
public synchronized V set(K key, V value, boolean replace) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
7. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 207)
public synchronized V set(K key, V value) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
8. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 211)
public synchronized void setReadOnly() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
9. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 221)
public synchronized int size() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
10. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 234)
public synchronized boolean isEmpty() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
11. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 245)
public synchronized V put(K key, V value) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
12. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 257)
public V remove(Object key) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
13. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 262)
public String toString() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
14. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 289)
public static Headers<String, String> parseManifest(InputStream in) throws BundleException {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
15. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 323)
public synchronized void clear() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
16. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 329)
public synchronized boolean containsKey(Object key) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
17. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 334)
public boolean containsValue(Object value) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
18. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 339)
public Set<Map.Entry<K, V>> entrySet() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
19. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 344)
public Set<K> keySet() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
20. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 349)
public void putAll(Map<? extends K, ? extends V> c) {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?
21. INFO in /container/src/org/eclipse/osgi/framework/util/Headers.java
 (at line 354)
public Collection<V> values() {
The enclosing type Headers<K,V> is deprecated, perhaps this member should be marked as deprecated, too?

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings