jlahoda [Fri, 09 May 2014 12:55:58 +0200] rev 24393
8041663: Sensitive dependence on location of nested interface
Summary: Adding a method among ambiguous candidates only if it is more specific than some of the existing candidates.
Reviewed-by: dlsmith, vromero
jlahoda [Fri, 09 May 2014 09:36:35 +0200] rev 24392
8040822: Duplicated notifications can be sent to TaskListener
Summary: The analyze finished event must only be sent on the first call to JavaCompiler.flow for a given class.
Reviewed-by: jjg