0

still W511 false positivies (Object created in try block)

dummzeuch 10 years ago 0

The simple cases seem to be fixed but I have still got a warning that's wrong:


Layer := nil;

sl := TStringList.Create;
try

// some code (but no new try statement)

Layer := TSigUniGPSLayer.Create(Labe.AsString, NameValueList);

// some more code

finally

end;


I can provide a test case by email if necessary.