Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years 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 Milestone:
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 years ago.

Download all attachments as: .zip

Change History (3)

by mrwojo, 12 years ago

Attachment: endTest.patch added

comment:1 by simon04, 12 years ago

Resolution: fixed
Status: newclosed

In 5269/josm:

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

comment:2 by simon04, 12 years ago

Thank you! :-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.