sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

unused Tomcat Import in DateUtil Client code #697

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

This is clearly an auto-complete import error.  DateUtil contains this import:

   import org.apache.catalina.startup.SetDocBaseRule;

http://code.google.com/p/smartgwt/source/browse/trunk/main/src/com/smartgwt/clie
nt/util/DateUtil.java#5

This is serious because it means you cannot compile a SmartGWT project with 
-strict - it fails when it hits this import.

Original issue reported on code.google.com by carch...@gmail.com on 23 Dec 2012 at 4:01

GoogleCodeExporter commented 9 years ago

Workaround is to create a module containing a dummy/empty class in 
SetDocBaseRule.java and add it to module imports.

Original comment by carch...@gmail.com on 23 Dec 2012 at 4:12

GoogleCodeExporter commented 9 years ago
Fixed, thanks for the report.

Original comment by smartgwt...@gmail.com on 23 Dec 2012 at 6:11