History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-11860
Type: New Feature New Feature
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Peter Lawrey
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Add an option to find Duplicate strings to ingore leading/trailing white space.

Created: 08 Mar 07 15:07   Updated: 09 Mar 07 13:23
Component/s: Code Analysis. Inspection

Build: 6,148
Severity: Low


 Description  « Hide
Sometimes spaces are just added to ensure padding is correct.
You can get something like the following as the result of methods so matching "Transaction " and "Transaction" would handy.

"Transaction " + "failed"
"Transaction" + " failed"

Additionally, the ability to click to other duplicates would be very useful.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.