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 N20060318-0010 (Timestamp: 200603180010):Compile errors in build

In an IBM VM, the classes not found are located in the security.jar file. 
I could not see it on the classpath passed to the compiler.
I will investigate why this jar is not on the classpath.
It could be that the batch compiler doesn't detect all the jars that 
should be included on the classpath. I'll try to let you know what is 
going on asap.

Olivier




Curtis D'Entremont/Toronto/IBM@IBMCA 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
2006-03-18 18:10
Please respond to
"Eclipse platform release engineering list."


To
"Eclipse platform release engineering list." 
<platform-releng-dev@xxxxxxxxxxx>
cc
platform-releng-dev@xxxxxxxxxxx, platform-releng-dev-bounces@xxxxxxxxxxx
Subject
Re: [platform-releng-dev] [eclipse-build]Build  N20060318-0010 (Timestamp: 
200603180010):Compile errors in build







I fixed the jsp problem (sorry), but I don't see what's causing the other 
errors (e.g. can't find HttpsURLConnection). Did something change in the 
JDK used in the build? 

Thanks, 
Curtis d'Entremont
Eclipse User Assistance
IBM Toronto Lab

Phone: (905) 413-5754
E-Mail: curtispd@xxxxxxxxxx




eclipse-releng@xxxxxxxxxxx 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx 
18/03/2006 12:50 AM 

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 N20060318-0010 (Timestamp: 
200603180010):Compile errors in build








Build N20060318-0010 (Timestamp: 200603180010):  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
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.equinox.http_1.0.0.N20060318-0010

Compiler log for org.eclipse.equinox.http_1.0.0.N20060318-0010 : @dot.bin.xml

TOTAL : ERRORS: 9, WARNINGS: 1

/src/org/eclipse/equinox/socket/https/HttpsServerSocket.java : 9 errors :

1. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 15)
import javax.net.ServerSocketFactory;
The import javax.net cannot be resolved
2. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 32)
protected ServerSocketFactory ssf = null;
ServerSocketFactory cannot be resolved to a type
3. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 78)
while (this.ssf == null) {
ssf cannot be resolved or is not a field
4. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 90)
ss = ssf.createServerSocket(port, backlog, bindAddr);
ssf cannot be resolved
5. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 131)
if (ssf == null) {
ssf cannot be resolved
6. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 132)
ssf = (ServerSocketFactory) context.getService(reference);
ssf cannot be resolved
7. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 132)
ssf = (ServerSocketFactory) context.getService(reference);
ServerSocketFactory cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 134)
return ssf;
ssf cannot be resolved
9. ERROR in /src/org/eclipse/equinox/socket/https/HttpsServerSocket.java
 (at line 144)
ssf = null;
ssf cannot be resolved

/src/org/eclipse/equinox/http/StaticDataReader.java : 1 warning :

1. WARNING in /src/org/eclipse/equinox/http/StaticDataReader.java
 (at line 173)
private static Hashtable parseAliases(InputStream in) {
The method parseAliases(InputStream) from the type StaticDataReader is never used locally
Title: Compiler log for lib

Compiler log for lib : jsp.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 188

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/selectTopic_jsp.java : 2 errors :

1. ERROR in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/selectTopic_jsp.java
 (at line 65)
SelectTopicData data = "" SelectTopicData(application, request, response);
SelectTopicData cannot be resolved to a type
2. ERROR in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/selectTopic_jsp.java
 (at line 65)
SelectTopicData data = "" SelectTopicData(application, request, response);
SelectTopicData cannot be resolved to a type

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/advanced_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/advanced_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/advanced_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/advanced_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/askShowAll_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/askShowAll_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/askShowAll_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/askShowAll_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/askShowAll_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksToolbar_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksToolbar_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksView_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksView_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/bookmarksView_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirmShowAll_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirmShowAll_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirmShowAll_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirmShowAll_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirmShowAll_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirm_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirm_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirm_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/confirm_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/contentToolbar_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/contentToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/contentToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/contentToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/contentToolbar_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/content_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/content_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/content_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/content_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/content_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/err_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/err_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/err_jsp.java
 (at line 25)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/err_jsp.java
 (at line 26)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/err_jsp.java
 (at line 28)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/fheader_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/fheader_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/fheader_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/fheader_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/fheader_jsp.java
 (at line 45)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/header_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/header_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/header_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/header_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/header_jsp.java
 (at line 45)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/help_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/help_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/help_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/help_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/help_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexList_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexList_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexList_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexList_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexToolbar_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexToolbar_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexTypein_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexTypein_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexTypein_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexTypein_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexView_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexView_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexView_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexView_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/indexView_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/index_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/index_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/index_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/index_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/index_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksToolbar_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksToolbar_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksView_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksView_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/linksView_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/livehelp_js_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/livehelp_js_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/livehelp_js_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/livehelp_js_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/nav_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/nav_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/nav_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/nav_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/nav_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchScoped_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchScoped_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchScoped_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchScoped_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchSimple_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchSimple_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchSimple_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchSimple_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchToolbar_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchToolbar_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchView_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchView_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/searchView_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/search_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/search_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/search_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/search_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tabs_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tabs_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tabs_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tabs_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocFragment_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocFragment_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocFragment_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocFragment_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocToolbar_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocToolbar_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocView_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocView_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/tocView_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/toolbar_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/toolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/toolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/toolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/view_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/view_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/view_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/view_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/view_jsp.java
 (at line 51)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/views_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/views_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/views_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/views_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSetManager_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSetManager_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSetManager_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSetManager_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSet_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSet_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSet_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/advanced/workingSet_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/err_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/err_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/err_jsp.java
 (at line 25)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/err_jsp.java
 (at line 26)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/err_jsp.java
 (at line 28)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/header_jsp.java : 5 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/header_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/header_jsp.java
 (at line 24)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/header_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/header_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read
5. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/header_jsp.java
 (at line 47)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/help_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/help_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/help_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/help_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/help_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexToolbar_jsp.java : 5 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexToolbar_jsp.java
 (at line 29)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
5. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexToolbar_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexView_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexView_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/indexView_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/index_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/index_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/index_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/index_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/index_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksToolbar_jsp.java : 5 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksToolbar_jsp.java
 (at line 29)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
5. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksToolbar_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksView_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksView_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/linksView_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/livehelp_js_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/livehelp_js_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/livehelp_js_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/livehelp_js_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchToolbar_jsp.java : 5 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchToolbar_jsp.java
 (at line 29)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
5. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchToolbar_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchView_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchView_jsp.java
 (at line 29)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchView_jsp.java
 (at line 31)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchView_jsp.java
 (at line 33)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/searchView_jsp.java
 (at line 63)
LayoutData ldata = new LayoutData(application,request, response);
The local variable ldata is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tabs_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tabs_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tabs_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tabs_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocToolbar_jsp.java : 5 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocToolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocToolbar_jsp.java
 (at line 29)
ServletContext application = null;
The local variable application is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocToolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocToolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
5. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocToolbar_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocView_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocView_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocView_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/tocView_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/toolbar_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/toolbar_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/toolbar_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/toolbar_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/view_jsp.java : 4 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/view_jsp.java
 (at line 28)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/view_jsp.java
 (at line 30)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/view_jsp.java
 (at line 32)
Object page = this;
The local variable page is never read
4. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/basic/view_jsp.java
 (at line 53)
String direction = isRTL?"rtl":"ltr";
The local variable direction is never read

/builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/index_jsp.java : 3 warnings :

1. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/index_jsp.java
 (at line 23)
HttpSession session = null;
The local variable session is never read
2. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/index_jsp.java
 (at line 25)
ServletConfig config = null;
The local variable config is never read
3. WARNING in /builds/N200603180010/src/plugins/org.eclipse.help.webapp/temp.folder/jsp.jar.src/index_jsp.java
 (at line 27)
Object page = this;
The local variable page is never read
Title: Compiler log for org.eclipse.help.base_3.2.0.N20060318-0010

Compiler log for org.eclipse.help.base_3.2.0.N20060318-0010 : @dot.bin.xml

TOTAL : ERRORS: 6, WARNINGS: 0

/src/org/eclipse/help/internal/standalone/EclipseConnection.java : 6 errors :

1. ERROR in /src/org/eclipse/help/internal/standalone/EclipseConnection.java
 (at line 17)
import javax.net.ssl.HostnameVerifier;
The import javax.net cannot be resolved
2. ERROR in /src/org/eclipse/help/internal/standalone/EclipseConnection.java
 (at line 18)
import javax.net.ssl.HttpsURLConnection;
The import javax.net cannot be resolved
3. ERROR in /src/org/eclipse/help/internal/standalone/EclipseConnection.java
 (at line 54)
if (connection instanceof HttpsURLConnection) {
HttpsURLConnection cannot be resolved to a type
4. ERROR in /src/org/eclipse/help/internal/standalone/EclipseConnection.java
 (at line 55)
HttpsURLConnection secureConnection = (HttpsURLConnection) connection;
HttpsURLConnection cannot be resolved to a type
5. ERROR in /src/org/eclipse/help/internal/standalone/EclipseConnection.java
 (at line 55)
HttpsURLConnection secureConnection = (HttpsURLConnection) connection;
HttpsURLConnection cannot be resolved to a type
6. ERROR in /src/org/eclipse/help/internal/standalone/EclipseConnection.java
 (at line 59)
secureConnection.setHostnameVerifier(new HostnameVerifier() {
HostnameVerifier cannot be resolved to a type

Back to the top