Modify ↓
Opened 4 years ago
Closed 3 years ago
#19984 closed defect (duplicate)
[RFC] [Patch] Changeset manager shows wrong data after sorting
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report regression | Cc: | Don-vip |
Description (last modified by )
What steps will reproduce the problem?
- Open Changeset manager
- click "My changesets"
- select a row and verify that the data shown in the lower panels matches the selected row
- sort by number of changes descending (or maybe ID or Comment)
- note that the content of the panels is no longer matches the selected rows
What is the expected result?
data should match
What happens instead?
see 5.
Please provide any additional information below. Attach a screenshot if possible.
When sorting by "Closed at" the data matches again.
Regression of r16826
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-10-03 13:42:38 +0200 (Sat, 03 Oct 2020) Build-Date:2020-10-04 01:30:47 Revision:17084 Relative:URL: ^/trunk Identification: JOSM/1.5 (17084 en) Windows 10 64-Bit OS Build number: Windows 10 Home 2004 (19041) Memory Usage: 979 MB / 3641 MB (386 MB allocated, but free) Java version: 1.8.0_221-b11, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920x1080 (scaling 1.0x1.0) Maximum Screen Size: 1920x1080 Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32 VM arguments: [-XX:StartFlightRecording=name=MyRecording2,settings=d:\dbg\gerd.jfc, -XX:FlightRecorderOptions=defaultrecording=true,dumponexit=true,dumponexitpath=e:\ld\perf_20201022_114536.jfr] Plugins: + OpeningHoursEditor (35579) + PolygonCutOut (v0.7) + apache-commons (35524) + buildings_tools (35579) + conflation (0.6.6) + continuosDownload (91) + ejml (35313) + geotools (35169) + jaxb (35092) + jts (35122) + merge-overlap (35583) + o5m (35248) + opendata (35513) + pbf (35605) + poly (35248) + reverter (35579) + undelete (35521) + utilsplugin2 (35597)
Attachments (2)
Change History (11)
by , 4 years ago
Attachment: | cs-manager.PNG added |
---|
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
comment:5 by , 4 years ago
Cc: | added |
---|
Attached patch fixes the problem but it is completely incompatible with the unit test ChangesetCacheManagerTest
. I am not sure what to do here. The existing test doesn't find problems like in this ticket, it just calls constructors with fake arguments.
comment:6 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Summary: | Changeset manager shows wrong data after sorting → [RFC] [Patch] Changeset manager shows wrong data after sorting |
comment:7 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
comment:9 by , 3 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #21655.
Note:
See TracTickets
for help on using tickets.
In fact, this is #18985 (again?).