Reports local variables of the var type that can be replaced with an explicit type.

Example:


  var str = "Hello";

After the quick-fix is applied:


  String str = "Hello";