Przeglądaj źródła

fixed JASSIST-205

tags/rel_3_19_0_ga
chibash 10 lat temu
rodzic
commit
a688386baf

+ 1
- 1
Readme.html Wyświetl plik

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

<p>-version 3.19
<ul>
<li>JIRA JASSIST-158, 206, 207.
<li>JIRA JASSIST-158, 205, 206, 207.
</ul>
</p>


+ 0
- 1
src/main/javassist/bytecode/stackmap/MapMaker.java Wyświetl plik

@@ -291,7 +291,6 @@ public class MapMaker extends Tracer {
protected static int recordTypeData(int n, TypeData[] srcTypes, TypeData[] destTypes) {
int k = -1;
for (int i = 0; i < n; i++) {
// TypeData t = srcTypes[i];
TypeData t = validateTypeData(srcTypes, n, i);
destTypes[i] = t.join();
if (t != TOP)

Ładowanie…
Anuluj
Zapisz