Modify ↓
Opened 7 years ago
Closed 7 years ago
#17145 closed defect (fixed)
[Patch] fix tests warnings on ImageDataTest
| Reported by: | francois2 | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | 18.12 |
| Component: | Unit tests | Version: | |
| Keywords: | regression | Cc: |
Description
My previous patch #17050 introduced some warnings at the compilation time:
test/unit/org/openstreetmap/josm/data/ImageDataTest.java:53: warning: [static] static method should be qualified by type name, ImageDataTest, instead of by an expression
I fixed that.
Attachments (1)
Change History (3)
by , 7 years ago
| Attachment: | fix_warnings.patch added |
|---|
comment:1 by , 7 years ago
| Component: | Core image mapping → Unit tests |
|---|---|
| Keywords: | regression added |
| Milestone: | → 18.12 |
| Priority: | normal → minor |
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 14603/josm: