brunyuriy / quick-fix-scout

Automatically exported from code.google.com/p/quick-fix-scout
Other
1 stars 1 forks source link

UI Enchantment: Better context information for global best proposals #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For global best proposals, extra context information (i.e., what is being 
changed) should be provided.

Example:

string name; // CE1

public void method() {
    name = "Hi"; // CE2 
}

For CE2, the global proposals should say "Change 'string' to 'String'" instead 
of "Change to 'String'"

Original issue reported on code.google.com by kivancmu...@gmail.com on 2 Dec 2011 at 4:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed by r1f21f7a0c0eb.

Original comment by kivancmu...@gmail.com on 23 Dec 2011 at 8:03