Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20111113-2000 (Timestamp: 201111132000):Compile errors in build

Build N20111113-2000 (Timestamp: 201111132000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ua.tests_3.3.500.N20111113-2000

Compiler log for org.eclipse.ua.tests_3.3.500.N20111113-2000 : ua-tests.jar.bin.xml

TOTAL : ERRORS: 16, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java : 12 errors :

1. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.getServletContext()
2. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.isAsyncSupported()
3. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.getAsyncContext()
4. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.startAsync(ServletRequest, ServletResponse)
5. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.startAsync()
6. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method HttpServletRequest.logout()
7. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.isAsyncStarted()
8. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method HttpServletRequest.login(String, String)
9. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method ServletRequest.getDispatcherType()
10. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method HttpServletRequest.getPart(String)
11. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method HttpServletRequest.getParts()
12. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 33)
public class MockServletRequest implements HttpServletRequest {
The type MockServletRequest must implement the inherited abstract method HttpServletRequest.authenticate(HttpServletResponse)

/help/org/eclipse/ua/tests/help/webapp/MockServletResponse.java : 4 errors :

1. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletResponse.java
 (at line 28)
public class MockServletResponse implements HttpServletResponse {
The type MockServletResponse must implement the inherited abstract method HttpServletResponse.getHeaderNames()
2. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletResponse.java
 (at line 28)
public class MockServletResponse implements HttpServletResponse {
The type MockServletResponse must implement the inherited abstract method HttpServletResponse.getHeader(String)
3. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletResponse.java
 (at line 28)
public class MockServletResponse implements HttpServletResponse {
The type MockServletResponse must implement the inherited abstract method HttpServletResponse.getHeaders(String)
4. ERROR in /help/org/eclipse/ua/tests/help/webapp/MockServletResponse.java
 (at line 28)
public class MockServletResponse implements HttpServletResponse {
The type MockServletResponse must implement the inherited abstract method HttpServletResponse.getStatus()

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 71)
public Enumeration getHeaderNames() {
Type safety: The return type Enumeration for getHeaderNames() from the type MockServletRequest needs unchecked conversion to conform to Enumeration<String> from the type HttpServletRequest
2. WARNING in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 76)
public Enumeration getHeaders(String arg0) {
Type safety: The return type Enumeration for getHeaders(String) from the type MockServletRequest needs unchecked conversion to conform to Enumeration<String> from the type HttpServletRequest
3. WARNING in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 178)
public Enumeration getAttributeNames() {
Type safety: The return type Enumeration for getAttributeNames() from the type MockServletRequest needs unchecked conversion to conform to Enumeration<String> from the type ServletRequest
4. WARNING in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 227)
public Enumeration getLocales() {
Type safety: The return type Enumeration for getLocales() from the type MockServletRequest needs unchecked conversion to conform to Enumeration<Locale> from the type ServletRequest
5. WARNING in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 236)
public Map getParameterMap() {
Type safety: The return type Map for getParameterMap() from the type MockServletRequest needs unchecked conversion to conform to Map<String,String[]> from the type ServletRequest
6. WARNING in /help/org/eclipse/ua/tests/help/webapp/MockServletRequest.java
 (at line 240)
public Enumeration getParameterNames() {
Type safety: The return type Enumeration for getParameterNames() from the type MockServletRequest needs unchecked conversion to conform to Enumeration<String> from the type ServletRequest

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top