Commit Graph

14 Commits

Author SHA1 Message Date
Ruben Dijkstra
a14078f76d Eliminate cast compiler warnings 2015-08-24 22:45:35 +02:00
Timo Westkämper
f0ad34f09f Add test for surefire handling 2015-03-29 22:24:35 +03:00
Timo Westkämper
88e3f436a0 Use parent classloaders as well 2014-08-14 21:46:55 +03:00
Timo Westkämper
61f1aa4614 add copyright headers 2012-12-19 10:40:12 +02:00
Maurus Cuelenaere
0cbed2c757 Fix codegen when using SureFire Booter combined with JaCoCo
When using codegen with SureFire Booter + JaCoCo, codegen was unable to
determine the correct classpath, as its check for SureFire Booter was too
strict (both the surefirebooter and jacoco jars were on the cp, while the
code was only expecting surefirebooter).

Fix this in a more generic way by checking all classloader URLs for
surefirebooter.
2012-11-22 23:45:18 +01:00
Timo Westkämper
92cbdaf867 fixed logging 2012-06-24 20:50:28 +03:00
Timo Westkämper
2630c8a42d improved handling of manifest only classpaths 2012-06-16 17:56:01 +03:00
Timo Westkämper
064b3eb07d added getJavaClass 2012-03-11 11:31:36 +02:00
Timo Westkämper
30b1dd109c #1 removed findbugs dependency 2012-02-05 22:04:28 +02:00
Timo Westkämper
88f6973d45 added Nullable annotations 2010-08-03 15:47:42 +00:00
Timo Westkämper
80442b26a9 added comments 2010-04-26 11:26:45 +00:00
Timo Westkämper
3aeb109a4d replaced raw exception types 2010-04-08 08:38:07 +00:00
Timo Westkämper
c5d792d5c8 modified EvaluatorFactory to manage classes in-memory 2010-04-07 18:35:35 +00:00
Timo Westkämper
2c8df0dca1 added initial contents 2010-04-03 11:55:54 +00:00