Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] match accuracy question

This is true for source (otherwise it might be a bug in the search 
infrastructure).
But for binaries, since you don't recompile them, you won't see the 
problems (most of the time these are classpath problems). So you may have 
innacurate matches and not see a corresponding error in the Task view.

Jerome





"Adam Kiezun" <adam.kiezun@xxxxxxx>
Sent by: jdt-core-dev-admin@xxxxxxxxxxx
11/16/2001 11:32 AM
Please respond to jdt-core-dev

 
        To:     <jdt-core-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [jdt-core-dev] match accuracy question

when are matches reported as inacurrate?
i guess in the case when i have no compile-time errors all matches could 
be
made accurate
(all bindings can be resolved then). <?>
don't know

a.

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev





Back to the top