ohrstrom [Tue, 18 Dec 2012 10:23:40 +0100] rev 14957
8004657: Add hooks to javac to enable reporting dependency information.
Reviewed-by: jjg, mcimadamore
darcy [Tue, 18 Dec 2012 00:24:54 -0800] rev 14956
8005046: Provide checking for a default method in javax.lang.model
Reviewed-by: jjg
mchung [Mon, 17 Dec 2012 15:19:38 -0800] rev 14955
8005137: Rename DocLint.call to DocLint.init which overrides Plugin.init
Reviewed-by: darcy, jjh
jjg [Mon, 17 Dec 2012 10:55:40 -0800] rev 14954
8004961: rename Plugin.call to Plugin.init
Reviewed-by: mcimadamore
mcimadamore [Mon, 17 Dec 2012 16:13:01 +0000] rev 14953
8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
Summary: Some code paths in resolve do not use methodArguments to correctly format actuals
Reviewed-by: jjg
jjg [Mon, 17 Dec 2012 07:47:05 -0800] rev 14952
8004832: Add new doclint package
Reviewed-by: mcimadamore
vromero [Mon, 17 Dec 2012 14:54:42 +0000] rev 14951
8004814: javadoc should be able to detect default methods
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com