History log of /openjdk10/langtools/test/tools/javac/MethodParameters/ClassFileVisitor.java
Revision Date Author Comments
# 3581:64fd589ab53a 12-Aug-2016 jjg

8052398: Uniqify test framework class names
Reviewed-by: darcy


# 3170:dc017a37aac5 14-Dec-2015 vasya

8145342: Some copyright notices are inconsistently and ill formatted
Summary: Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad


# 3169:ef2011e4555a 14-Dec-2015 mcimadamore

8143133: Wrong MethodParameters on capturing local class with multiple constructors
Summary: MethodParameters attribute not always generated for local classes constructors
Reviewed-by: jlahoda


# 3064:0cce85265987 21-Oct-2015 sadayapalam

8138729: javac -parameters should not emit parameter names for lambda expressions
Reviewed-by: mcimadamore


# 2787:441711fd360d 13-Jan-2015 jlahoda

8037546: javac -parameters does not emit parameter names for lambda expressions
Summary: MethodParameters attribute is missing for synthetic methods encoding lambda expressions.
Reviewed-by: rfield, mcimadamore
Contributed-by: srikanth.adayapalam@oracle.com


# 2136:a48d3b981083 17-Oct-2013 mnunez

8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
Reviewed-by: jjg, jfranck


# 1791:ec871c3e8337 01-Jun-2013 vromero

6695379: Copy method annotations and parameter annotations to synthetic bridge methods
Reviewed-by: mcimadamore


# 1790:e9855150c5b0 01-Jun-2013 vromero

8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
Reviewed-by: mcimadamore


# 1593:267225edc1fe 20-Feb-2013 strarup

8006582: Test for parameter names feature
Reviewed-by: jjg, darcy, emc