Compiler log for org.eclipse.core.tests.runtime_3.21.800.v20251111-1421 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4, INFOS: 36

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/core/tests/runtime/PreferenceForwarderTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 88)
public void propertyChange(Preferences.PropertyChangeEvent event) {
The method PreferenceForwarderTest.Tracer.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener
2. WARNING in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 625)
public void propertyChange(Preferences.PropertyChangeEvent event) {
The method Trouble.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener

/src/org/eclipse/core/tests/runtime/PreferencesTest.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 69)
public void propertyChange(Preferences.PropertyChangeEvent event) {
The method PreferencesTest.Tracer.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener
2. WARNING in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 565)
public void propertyChange(Preferences.PropertyChangeEvent event) {
The method Trouble.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/core/tests/runtime/PreferenceExportTest.java : 3 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/core/tests/runtime/PreferenceExportTest.java
 (at line 35)
public void tearDown() throws Exception {
The enclosing type PreferenceExportTest is deprecated, perhaps this member should be marked as deprecated, too?
2. INFO in /src/org/eclipse/core/tests/runtime/PreferenceExportTest.java
 (at line 51)
public void testExportEmptyPreference() throws CoreException {
The enclosing type PreferenceExportTest is deprecated, perhaps this member should be marked as deprecated, too?
3. INFO in /src/org/eclipse/core/tests/runtime/PreferenceExportTest.java
 (at line 98)
public void testKeyIdentityAfterExport() throws CoreException {
The enclosing type PreferenceExportTest is deprecated, perhaps this member should be marked as deprecated, too?

/src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java : 17 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 51)
static class Tracer implements Preferences.IPropertyChangeListener {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
2. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 102)
public void testConstants() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
3. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 113)
public void testBasics() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
4. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 190)
public void testBoolean() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
5. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 211)
public void testInteger() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
6. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 230)
public void testLong() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
7. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 249)
public void testFloat() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
8. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 271)
public void testDouble() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
9. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 293)
public void testString() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
10. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 312)
public void testPropertyNames() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
11. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 347)
public void testContains() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
12. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 380)
public void testDefaultPropertyNames() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
13. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 443)
public void test55138() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
14. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 523)
public void testListeners() {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
15. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 644)
public void testLoadStore() throws IOException {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
16. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 691)
public void testNeedsSaving() throws IOException {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?
17. INFO in /src/org/eclipse/core/tests/runtime/PreferenceForwarderTest.java
 (at line 820)
public void testListenerOnRemove() throws BackingStoreException {
The enclosing type PreferenceForwarderTest is deprecated, perhaps this member should be marked as deprecated, too?

/src/org/eclipse/core/tests/runtime/PreferencesTest.java : 16 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 39)
static class Tracer implements Preferences.IPropertyChangeListener {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
2. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 83)
public void testConstants() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
3. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 94)
public void testBasics() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
4. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 171)
public void testBoolean() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
5. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 192)
public void testInteger() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
6. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 211)
public void testLong() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
7. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 230)
public void testFloat() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
8. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 252)
public void testDouble() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
9. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 274)
public void testString() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
10. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 293)
public void testPropertyNames() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
11. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 328)
public void testContains() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
12. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 363)
public void testDefaultPropertyNames() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
13. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 426)
public void testListeners2() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
14. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 463)
public void testListeners() {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
15. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 584)
public void testLoadStore() throws IOException {
The enclosing type PreferencesTest is deprecated, perhaps this member should be marked as deprecated, too?
16. INFO in /src/org/eclipse/core/tests/runtime/PreferencesTest.java
 (at line 631)
public void testNeedsSaving() throws IOException {
The enclosing type PreferencesTest 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