warning: [path] bad path element "/home/jimmitry/workspace/974APPS/lib/iText-toolbox.jar": no such file or directory
warning: [path] bad path element "/home/jimmitry/workspace/974APPS/lib/iText-toolbox-2.1.5.jar": no such file or directory
warning: [path] bad path element "/home/jimmitry/workspace/974APPS/lib/bcmail-jdk14-138.jar": no such file or directory
warning: [path] bad path element "/home/jimmitry/workspace/974APPS/lib/bcprov-jdk14-138.jar": no such file or directory
webapps/DBSConnector/COMPILES/WSITE.java:34: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
int jourAujourdhui2 = d2.get(d2.DAY_OF_MONTH);
^
webapps/DBSConnector/COMPILES/WSITE.java:36: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
int jourAujourdhui = d.get(d.DAY_OF_MONTH);
^
webapps/DBSConnector/COMPILES/WSITE.java:37: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
int jourSemaine = d.get(d.DAY_OF_WEEK);
^
webapps/DBSConnector/COMPILES/WSITE.java:38: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
int max = d.getActualMaximum(d.DAY_OF_MONTH);
^
webapps/DBSConnector/COMPILES/WSITE.java:41: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
try {ResultSet rs = stm.executeQuery("select distinct dtcreate from blog_articles where website='"+WebSite+"' and dtcreate>='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-1' and dtcreate<='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-"+max+"' and publier='O' order by dtcreate;");
^
webapps/DBSConnector/COMPILES/WSITE.java:41: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
try {ResultSet rs = stm.executeQuery("select distinct dtcreate from blog_articles where website='"+WebSite+"' and dtcreate>='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-1' and dtcreate<='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-"+max+"' and publier='O' order by dtcreate;");
^
webapps/DBSConnector/COMPILES/WSITE.java:41: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
try {ResultSet rs = stm.executeQuery("select distinct dtcreate from blog_articles where website='"+WebSite+"' and dtcreate>='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-1' and dtcreate<='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-"+max+"' and publier='O' order by dtcreate;");
^
webapps/DBSConnector/COMPILES/WSITE.java:41: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
try {ResultSet rs = stm.executeQuery("select distinct dtcreate from blog_articles where website='"+WebSite+"' and dtcreate>='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-1' and dtcreate<='"+d.get(d.YEAR)+"-"+(d.get(d.MONTH)+1)+"-"+max+"' and publier='O' order by dtcreate;");
^
webapps/DBSConnector/COMPILES/WSITE.java:56: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
if (trouve(strdtcreate, i)) {a1=""; a2="";}
^
webapps/DBSConnector/COMPILES/WSITE.java:56: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
if (trouve(strdtcreate, i)) {a1=""; a2="";}
^
webapps/DBSConnector/COMPILES/WSITE.java:71: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
jourSemaine = d.get(d.DAY_OF_WEEK);
^
webapps/DBSConnector/COMPILES/WSITE.java:77: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
if (trouve(strdtcreate, i)) {a1=""; a2="";}
^
webapps/DBSConnector/COMPILES/WSITE.java:77: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
if (trouve(strdtcreate, i)) {a1=""; a2="";}
^
webapps/DBSConnector/COMPILES/WSITE.java:403: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
int a = d.get(d.MONTH)+1;
^
webapps/DBSConnector/COMPILES/WSITE.java:418: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
a = d.get(d.MONTH)+1;
^
webapps/DBSConnector/COMPILES/WSITE.java:420: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
Annee = ""+d.get(d.YEAR);
^
webapps/DBSConnector/COMPILES/WSITE.java:631: warning: [rawtypes] found raw type: Enumeration
Enumeration e = request.getParameterNames();
^
missing type arguments for generic class Enumeration
where E is a type-variable:
E extends Object declared in interface Enumeration
webapps/DBSConnector/COMPILES/WSITE.java:640: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
int a = d.get(d.MONTH)-1;
^
webapps/DBSConnector/COMPILES/WSITE.java:656: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
a = d.get(d.MONTH)-1;
^
webapps/DBSConnector/COMPILES/WSITE.java:658: warning: [static] static variable should be qualified by type name, Calendar, instead of by an expression
Annee = ""+d.get(d.YEAR);
^
webapps/DBSConnector/COMPILES/WSITE.java:136: warning: [cast] redundant cast to int
nbfavactiv+=(int) ((Integer.parseInt(Fur_File.getINIinfos("webapps/DBSConnector/SITES/"+WID+"/.infos", "WEBSITES", "SIZEMENU2"))-1000)/36);
^
25 warnings
__Compilation is successful ... OK at 2012-10-02 11:18:25.690+0400