This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241121

Summary: "Similar comments" warning poping up in a loop
Product: qa Reporter: Jiri Kovalsky <jkovalsky>
Component: SynergyAssignee: Vladimir Riha <vriha>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of non-sense similar comments warning.

Description Jiri Kovalsky 2014-01-29 13:46:57 UTC
Created attachment 144541 [details]
Screenshot of non-sense similar comments warning.

Description:
============
When resolving a comment from test run Synergy asks a strange question - see attached screenshot. Additionally, if user pushes "Yes" the same question displayes again with "1" instead of "0", then "2", then "3" etc. So the only way out is to press "No" button.
Comment 1 Vladimir Riha 2014-01-29 13:54:02 UTC
The dialog is there to help in case that there are several comments for the same case (&& suite) && comment so it would resolve all these duplicates at once (there is no check to skip it when there are no duplicates though). The loop is wrong, will fix it in a moment.
Comment 2 Vladimir Riha 2014-01-29 14:11:20 UTC
Fixed, should be live in 30 minutes, I also added check if duplicates = 0 to skip this dialog. Thank you for catching that.