Re: usage of Class#getSimpleName() in MethodType#toString()

2014-09-09 Thread Jochen Theodorou
thanks Am 09.09.2014 12:13, schrieb Vladimir Ivanov: Jochen, Thanks for the report. I agree with your evaluation. I filed JDK-8057919 [1] to track that. Best regards, Vladimir Ivanov [1] https://bugs.openjdk.java.net/browse/JDK-8057919 On 9/9/14, 1:33 PM, Jochen Theodorou wrote: so there is

Re: usage of Class#getSimpleName() in MethodType#toString()

2014-09-09 Thread Vladimir Ivanov
Jochen, Thanks for the report. I agree with your evaluation. I filed JDK-8057919 [1] to track that. Best regards, Vladimir Ivanov [1] https://bugs.openjdk.java.net/browse/JDK-8057919 On 9/9/14, 1:33 PM, Jochen Theodorou wrote: so there is no good reason for that? Am 02.09.2014 10:59, schrieb

Re: usage of Class#getSimpleName() in MethodType#toString()

2014-09-09 Thread Jochen Theodorou
so there is no good reason for that? Am 02.09.2014 10:59, schrieb Jochen Theodorou: Hi, I just wanted to ask, why Class#getSimpleName() is used in MethodType#toString(). People knowing this method from Class will also know that getSimpleName makes assumption about the inner class names, that ar

usage of Class#getSimpleName() in MethodType#toString()

2014-09-02 Thread Jochen Theodorou
Hi, I just wanted to ask, why Class#getSimpleName() is used in MethodType#toString(). People knowing this method from Class will also know that getSimpleName makes assumption about the inner class names, that are based on the JLS, which allows only a fraction of the names the JVM allows. Resu