Ticket #1869 (closed defect: invalid)
Can't compile test
| Reported by: | dnadeau@… | Owned by: | unicoletti |
|---|---|---|---|
| Priority: | high | Milestone: | 4.10 release |
| Component: | MapScript-Java | Version: | 4.10 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
QueryByAttribute does not use imageObj. Line one should be deleted.
1. WARNING in examples/QueryByAttribute.java (at line 1)
import edu.umn.gis.mapscript.imageObj;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import edu.umn.gis.mapscript.imageObj is never used
----------
In RunTimeBuiltWMSClient.java methods setMap and setWeb do not exist. If delete,
the tests run fine.
----------
2. ERROR in examples/RunTimeBuiltWMSClient.java (at line 48)
web.setMap(map);
^^^^^^
The method setMap(mapObj) is undefined for the type webObj
----------
3. ERROR in examples/RunTimeBuiltWMSClient.java (at line 49)
map.setWeb(web);
^^^^^^
The method setWeb(webObj) is undefined for the type mapObj
----------
gmake: *** [test] Erreur 255
Denis
Change History
Note: See
TracTickets for help on using
tickets.
