Skip to main content

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

The compile errors are due to the new servlet 3.0 work being added to the build. These are problems with the tests, which implement interfaces that have changed in the new servlet API. I have entered this bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=363584

John



Kim Moir/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

11/10/2011 09:17 PM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20111110-2000        (Timestamp: 201111102000):Compile errors in build





Build N20111110-2000 (Timestamp: 201111102000):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.ua.tests_3.3.500.N20111110-2000

Compiler log for org.eclipse.ua.tests_3.3.500.N20111110-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