jijo-paulose / gwtupload

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

Compilation errors in gwtupload/client/IFileInput.java #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
gwtupload can not be compiled. Compiler complains that nested classes 
IFileInput.BrowserFileInput, IFileInput.ButtonFileInput do not implement all 
required methods of IFileInput. They indeed not. 
Version 1.0.0
Reproduction
1. Add as dependency run mvn:gwt-compile
2. Get error
...
[INFO]    Validating units:
[INFO]       [ERROR] Errors in 
'jar:file:/home/petrs/.m2/repository/com/googlecode/gwtupload/gwtupload/1.0.0/gw
tupload-1.0.0.jar!/gwtupload/client/IFileInput.java'
[INFO]          [ERROR] Line 61: The type IFileInput.BrowserFileInput must 
implement the inherited abstract method IFileInput.getFilenames()
[INFO]          [ERROR] Line 61: The type IFileInput.BrowserFileInput must 
implement the inherited abstract method IFileInput.setAccept(String)
[INFO]          [ERROR] Line 61: The type IFileInput.BrowserFileInput must 
implement the inherited abstract method IFileInput.enableMultiple(boolean)
[INFO]          [ERROR] Line 91: The type IFileInput.ButtonFileInput must 
implement the inherited abstract method IFileInput.getFilenames()
[INFO]          [ERROR] Line 91: The type IFileInput.ButtonFileInput must 
implement the inherited abstract method IFileInput.setAccept(String)
[INFO]          [ERROR] Line 91: The type IFileInput.ButtonFileInput must 
implement the inherited abstract method IFileInput.enableMultiple(boolean)
...

Original issue reported on code.google.com by PetrG...@gmail.com on 5 Mar 2014 at 12:06

GoogleCodeExporter commented 8 years ago
Probably also important:
GWT 2.6
Java 1.7

Original comment by PetrG...@gmail.com on 5 Mar 2014 at 12:11

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 6 Mar 2014 at 5:06

GoogleCodeExporter commented 8 years ago
Issue 192 has been merged into this issue.

Original comment by manuel.carrasco.m on 2 Apr 2014 at 8:17

GoogleCodeExporter commented 8 years ago
Fixed in revision a6e4b1af71105610306824653993a75605dfcc3b

Original comment by manuel.carrasco.m on 2 Apr 2014 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by manuel.carrasco.m on 28 Apr 2014 at 6:27

GoogleCodeExporter commented 8 years ago
Issue 192 has been merged into this issue.

Original comment by manuel.carrasco.m on 28 Apr 2014 at 6:28