-
Just delete the import. It isn't used and will be removed in the next release.
2009-06-27 22:59:16 UTC in SWANS++
-
I don't know if that's a BCEL issue, I've never seen one quite like that. You may need to clear out your cache of rewritten Java files, though. They are stored in one of your system's temporary directories -- you'll see a lot of .class files there, and you should remove them.
2009-06-05 10:43:36 UTC in SWANS++
-
You can tell the Rewriter not to rewrite certain classes, either by tagging a class as implemented the (empty) JistAPI.DoNotRewrite interface or through hard-coded values in Rewriter.java. I think one of these methods may solve your problem, though I could be wrong.
Dave.
2009-02-10 04:19:47 UTC in SWANS++
-
Sorry for the late reply.
I'm not sure exactly what you're doing, but I can suggest a couple of things. One is to simply change the code so that the references are removed and garbage collection can occur. You may have already done this by now.
Another option is to simply reuse the entities that you remove. Your driver could, for example, have a cache of these entities that were removed...
2008-12-20 18:04:54 UTC in SWANS++
-
drchoffnes committed patchset 6 of module swanspp to the SWANS++ CVS repository, changing 2 files.
2007-05-24 11:19:55 UTC in SWANS++
-
drchoffnes committed patchset 5 of module swanspp to the SWANS++ CVS repository, changing 2 files.
2007-05-15 16:10:29 UTC in SWANS++
-
drchoffnes committed patchset 4 of module swanspp to the SWANS++ CVS repository, changing 1 files.
2007-04-30 14:15:16 UTC in SWANS++
-
drchoffnes committed patchset 3 of module swanspp to the SWANS++ CVS repository, changing 2 files.
2007-04-19 12:11:47 UTC in SWANS++
-
drchoffnes committed patchset 2 of module swanspp to the SWANS++ CVS repository, changing 1 files.
2007-04-16 13:16:48 UTC in SWANS++
-
drchoffnes committed patchset 1 of module swanspp to the SWANS++ CVS repository, changing 335 files.
2007-04-09 18:49:18 UTC in SWANS++