jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Fix File->Open recent showing old files

Open KingRabbid opened this issue 3 months ago • 0 comments

Description

When working with multiple JMeter instances in parallel, in GUI mode, the Open recent files doesn't get updated in the GUI but it does behind the scene, in the registry/shared storage. So what ones believes it opens, actually leads to opening another file.

Motivation and Context

Open what one wants, not some random file; in current state, the feature is unusable.

How Has This Been Tested?

Manual testing, multiple JMeter GUI instances, in each open various files, check the "File->Open recent" being refreshed in all GUI instances.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • [x ] My code follows the code style of this project.
  • [ ] I have updated the documentation accordingly.

KingRabbid avatar Oct 06 '25 10:10 KingRabbid