Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
chibash 4f35e4e1a8 prohibits too many items from being added to a constant pool il y a 1 an
..
annotation JvstTest test case. il y a 12 ans
javassist prohibits too many items from being added to a constant pool il y a 1 an
resources fixes a minor bug in a test case. il y a 6 ans
scoped Fixes to javassist.scopepool il y a 6 ans
test/javassist fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException il y a 4 ans
test1 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test2 changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. il y a 2 ans
test3 add a new CodeConverter method:redirectMethodCallToStatic il y a 5 ans
test4 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test5 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 il y a 4 ans
testproxy Squash compiler warnings in tests. il y a 6 ans
DefineClassCapability.java changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
Jassist150.java Squash compiler warnings in tests. il y a 6 ans
Readme.txt Add missing unit test il y a 6 ans
Test.java fixed Issue #263 il y a 4 ans
VisibleTop.java Squash compiler warnings in tests. il y a 6 ans
VisibleTop2.java Squash compiler warnings in tests. il y a 6 ans

Readme.txt

# How to run tests

Requirements:
Java JDK 9
Maven

1) Build jar file and move it to the top level folder.

> mvn package
> mv ./target/javassist*-GA.jar ./javaassist.jar

2) Check that ./src/test/javassist/JvstTestRoot.PATH and .JAR_PATH point to the compiled jar file.
The default is "../../".

3) Run Tests

> mvn test
> mvn surefire:test