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

Key: IDEABKL-3193
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Thomas Raugust
Votes: 0
Watchers: 2
Available Workflow Actions

Mark as Stalled
Operations

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

DuplicateStringLiteral quickfix should provide an option to obey module bounds

Created: 29 Jun 05 15:59   Updated: 29 Jun 05 16:20
Component/s: Code Analysis. Duplicates
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP

Build: 3,378
Severity: Low


 Description  « Hide
There should be an option that makes the duplicate string literal inspection obey module bounds in a way that the same string literal in module A is not marked as duplicate as long as the duplicate instance is

Option a)
--in a different module B

Option b)
--in a different module B which not depends on module A or vice versa, i.e if a module dependency exists, it could make sense to introduce a constant in the parent module, but if both of the modules do not have a dependency relation to each other, im most cases it makes no sense to introduce a constant, which then creates a new dependency



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