Modify ↓
#7759 closed defect (fixed)
[Patch] Validator progress monitor does not update after "Building in Building" check
| Reported by: | mrwojo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core validator |
| Version: | Keywords: | ||
| Cc: |
Description
The progress monitor stops updating with the "Building in Building" check (11 of 24).
BuildingInBuilding.endTest() never calls progressMonitor.finishTask() (other endTest() overrides call super.endTest()). Thus, as far as the progressMonitor is concerned, the BuildingInBuilding subtask never ends. Fixing that reveals OverlappingAreas.endTest() has the same problem.
The attached patch calls super.endTest() where needed and adds an instruction comment to Test.endTest().
Attachments (1)
Change History (3)
Changed 12 months ago by mrwojo
comment:1 Changed 12 months ago by simon04
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 months ago by simon04
Thank you! :-)
Note: See
TracTickets for help on using
tickets.



In 5269/josm: