Well, not sure. basically it would be a good thing to have it globally unique, so an example would be:
java.lang.String my.fully.qualified.ClassName#getName(); boolean my.fully.qualified.ClassName#isPropertySet(java.lang.String); or with inner classes: boolean my.fully.qualified.ClassName$MyInnerClass#isPropertySet(java.lang.String); I am not yet aqware, where this signatre currently is used in the code, but using a unique format, I think is the best for the future and will not harm any existing code. Agreed? J Anatole 2017-10-01 16:22 GMT+02:00 Oliver B. Fischer <[email protected]>: > So the return value should not contain package and class? > > I will add the missing implementation. > > Thank you Anatole! > > Oliver > > > Am 29.09.17 um 11:14 schrieb Anatole Tresch: > >> No ;-), it should return something like: >> >> <returnType> <methodName>(<paramType>*) >> >> J Anatole >> >> >> 2017-09-29 9:05 GMT+02:00 Oliver B. Fischer <[email protected]>: >> >> Hi Anatole, >>> >>> could you please have a look at CDIConfiguredMethod#getSignature()? It >>> returns always null. Is this the indented behavior? >>> >>> Oliver >>> >>> -- >>> N Oliver B. Fischer >>> A Schönhauser Allee 64, 10437 Berlin >>> <https://maps.google.com/?q=Sch%C3%B6nhauser+Allee+64,+10437 >>> +Berlin&entry=gmail&source=g>, >>> Deutschland/Germany >>> P +49 30 44793251 >>> M +49 178 7903538 >>> E [email protected] >>> S oliver.b.fischer >>> J [email protected] >>> X http://xing.to/obf >>> >>> >>> >> > -- > N Oliver B. Fischer > A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany > P +49 30 44793251 > M +49 178 7903538 > E [email protected] > S oliver.b.fischer > J [email protected] > X http://xing.to/obf > > -- *Anatole Tresch* PPMC Member Apache Tamaya JCP Star Spec Lead *Switzerland, Europe Zurich, GMT+1* *maketechsimple.wordpress.com <http://maketechsimple.wordpress.com/> * *Twitter: @atsticks, @tamayaconf* *Speaking at:* [image: JSD_Speaker_2017][image: J-Con 2017 logo][image: JVM Con]
