Преглед изворни кода

write0 should never delegate to parent. The ClassPool that the CtClass is associated

with should always be the pool that loaded the class.


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@82 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
patriot1burke пре 20 година
родитељ
комит
0cc8b5343f
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0
    4
      src/main/javassist/ClassPool.java

+ 0
- 4
src/main/javassist/ClassPool.java Прегледај датотеку

@@ -525,10 +525,6 @@ public class ClassPool extends AbsClassPool {
boolean write0(String classname, DataOutputStream out, boolean callback)
throws NotFoundException, CannotCompileException, IOException
{
// first, delegate to the parent.
if (parent != null && parent.write0(classname, out, callback))
return true;

CtClass clazz = (CtClass)getCached(classname);
if (callback && translator != null
&& (clazz == null || !clazz.isFrozen())) {

Loading…
Откажи
Сачувај