Pārlūkot izejas kodu

reformatted the code for fixing JASSIST-209.

It has been fixed by the previous commit, though.
tags/rel_3_19_0_ga
chibash pirms 9 gadiem
vecāks
revīzija
8c08b63daa

+ 1
- 1
Readme.html Parādīt failu

@@ -283,7 +283,7 @@ see javassist.Dump.

<p>-version 3.19
<ul>
<li>JIRA JASSIST-158, 205, 206, 207, 208, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235, 236.
<li>JIRA JASSIST-158, 205, 206, 207, 208, 209, 211, 212, 216, 220, 223, 224, 227, 230, 234, 235, 236.
</ul>
</p>


+ 4
- 4
src/main/javassist/bytecode/annotation/ClassMemberValue.java Parādīt failu

@@ -101,10 +101,10 @@ public class ClassMemberValue extends MemberValue {
public String getValue() {
String v = cp.getUtf8Info(valueIndex);
try {
return SignatureAttribute.toTypeSignature(v).jvmTypeName();
} catch (BadBytecode e) {
throw new RuntimeException(e);
}
return SignatureAttribute.toTypeSignature(v).jvmTypeName();
} catch (BadBytecode e) {
throw new RuntimeException(e);
}
}

/**

Notiek ielāde…
Atcelt
Saglabāt