java - Eclipse QuickFix for multiple problems -
in eclipse there option quick fix problems clicking on 1 of them, , selecting quickfix.
it happens have on 1 hundred entries same problem.
'<>' operator not allowed source level below 1.7
because changed target level of project 1.7 1.6
i tried select of them in problems view , tried quick fix, fails following error message:
the selected problems not have common applicable quick fix.
this message wrong, there exists @ least 1 such common quick fix:
insert inferred type arguments.
which 1 use.
my question is: did wrong because quickfixes not applied, or bug in eclipse?
i think missing thing ( or feature not bug) in eclipse. never rely on quickfix correct code.
my suggestion: better fix individually rather in bulk avoid runtime issues.
Comments
Post a Comment