-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
devexp-linterIssues with the analyzer's support for the linter packageIssues with the analyzer's support for the linter packagelegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.
Description
This issue was originally filed by [email protected]
What steps will reproduce the problem?
- create a class with a member variable: int a
- create a member method with a parameter: method_x(int a)
- make an invalid (useless) assignment "a = a;" in that method
What is the expected output? What do you see instead?
I expect to get at least a warning because the code has no effect.
The code that should have been written would be "this.a = a;"
What version of the product are you using? On what operating system?
Dart Editor version 1.0.0_r30187 (DEV)
Dart SDK version 1.0.0.3_r30187
java version "1.7.0_45"
Linux 3.2.0-56-generic #86-Ubuntu SMP x86_64 GNU/Linux
Please provide any additional information below.
Stargator
Metadata
Metadata
Assignees
Labels
devexp-linterIssues with the analyzer's support for the linter packageIssues with the analyzer's support for the linter packagelegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.