Compiler log for org.eclipse.e4.core.tests.services_0.9.0.v20090728-1430 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 7

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/ContextInjectionTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/ContextInjectionTest.java
 (at line 217)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener) {
The method addPropertyChangeListener(String, PropertyChangeListener) from the type Injected is never used locally

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 : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 202)
((EclipseContext) child).removeRunAndTrack(runnable);
Discouraged access: The method removeRunAndTrack(Runnable) from the type EclipseContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091013-1430/plugins/org.eclipse.e4.core.services/@dot
2. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 202)
((EclipseContext) child).removeRunAndTrack(runnable);
Discouraged access: The type EclipseContext is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091013-1430/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 203)
assertTrue(TestHelper.getListeners(child).isEmpty());
Discouraged access: The type TestHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091013-1430/plugins/org.eclipse.e4.core.services/@dot
4. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 203)
assertTrue(TestHelper.getListeners(child).isEmpty());
Discouraged access: The method getListeners(IEclipseContext) from the type TestHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091013-1430/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 204)
assertTrue(TestHelper.getListeners(parent).isEmpty());
Discouraged access: The type TestHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091013-1430/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/core/services/internal/context/EclipseContextTest.java
 (at line 204)
assertTrue(TestHelper.getListeners(parent).isEmpty());
Discouraged access: The method getListeners(IEclipseContext) from the type TestHelper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091013-1430/plugins/org.eclipse.e4.core.services/@dot