Modify ↓
Opened 8 years ago
Closed 8 years ago
#15251 closed defect (duplicate)
Some deprecation warnings while compiling JOSM
| Reported by: | naoliv | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: | bastiK, michael2402 |
Description
Sorry if they are already known, but while compiling JOSM it's possible to see:
[javac] /tmp/a/josm/src/org/openstreetmap/josm/data/UndoRedoHandler.java:179: warning: [deprecation] fireSelectionChanged() in DataSet has been deprecated
[javac] ds.fireSelectionChanged();
[javac] ^
[javac] /tmp/a/josm/src/org/openstreetmap/josm/data/osm/Node.java:109: warning: [deprecation] getEastNorth() in ILatLon has been deprecated
[javac] public EastNorth getEastNorth() {
[javac] ^
[javac] 2 warnings
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
| Cc: | added |
|---|---|
| Milestone: | → 17.09 |
| Type: | enhancement → defect |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
| Milestone: | 17.09 |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 12753/josm: