Compiler log for org.eclipse.e4.core.tests.services_0.9.1.v20091203-1000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 22

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/core/services/internal/context/ContextInjectionDisposeTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionDisposeTest.java
 (at line 42)
private String inject__Field;
The field Injected.inject__Field is never read locally
2. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionDisposeTest.java
 (at line 66)
public void inject__InjectedMethod(String arg) {
The method inject__InjectedMethod(String) from the type Injected is never used locally
3. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionDisposeTest.java
 (at line 96)
public void destroy() {
The method destroy() from the type Injected is never used locally
4. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionDisposeTest.java
 (at line 104)
public void inject__InjectedMethod(String arg) {
The method inject__InjectedMethod(String) from the type Injected is never used locally

/src/org/eclipse/e4/core/services/internal/context/ContextInjectionTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionTest.java
 (at line 49)
public void contextSet(IEclipseContext context) {
The method contextSet(IEclipseContext) from the type Injected is never used locally
2. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionTest.java
 (at line 53)
public void inject__InjectedMethod(TestData arg) {
The method inject__InjectedMethod(TestData) from the type Injected is never used locally
3. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionTest.java
 (at line 85)
public void contextSet() {
The method contextSet() from the type Injected is never used locally
4. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionTest.java
 (at line 89)
public void inject__InjectedMethod(TestData arg) {
The method inject__InjectedMethod(TestData) from the type Injected is never used locally

/src/org/eclipse/e4/core/services/internal/context/RunAndTrackTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/RunAndTrackTest.java
 (at line 58)
private List createdContexts = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/core/services/internal/context/RunAndTrackTest.java
 (at line 58)
private List createdContexts = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/core/services/internal/context/RunAndTrackTest.java
 (at line 62)
createdContexts.add(childContext);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/core/services/internal/context/RunAndTrackTest.java
 (at line 95)
for (Iterator i = createdContexts.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 218)
assertTrue(TestHelper.getListeners(child).isEmpty());
Discouraged access: The type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
2. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 218)
assertTrue(TestHelper.getListeners(child).isEmpty());
Discouraged access: The method getListeners(IEclipseContext) from the type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 219)
assertTrue(TestHelper.getListeners(parent).isEmpty());
Discouraged access: The type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
4. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 219)
assertTrue(TestHelper.getListeners(parent).isEmpty());
Discouraged access: The method getListeners(IEclipseContext) from the type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 313)
assertEquals(1, TestHelper.getListeners(parent).size());
Discouraged access: The type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 313)
assertEquals(1, TestHelper.getListeners(parent).size());
Discouraged access: The method getListeners(IEclipseContext) from the type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 314)
((EclipseContext) child).dispose();
Discouraged access: The method dispose() from the type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
8. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 314)
((EclipseContext) child).dispose();
Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
9. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 315)
assertEquals(0, TestHelper.getListeners(parent).size());
Discouraged access: The type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot
10. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 315)
assertEquals(0, TestHelper.getListeners(parent).size());
Discouraged access: The method getListeners(IEclipseContext) from the type TestHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.core.services/@dot