Modify

Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#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)

endTest.patch (1.8 KB) - added by mrwojo 12 months ago.

Download all attachments as: .zip

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

In 5269/josm:

fix #7759 - Validator progress monitor does not update after "Building in Building" check (patch by mrwojo)

comment:2 Changed 12 months ago by simon04

Thank you! :-)

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.