<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Wolfgang,<br>
    <br>
    I've just pushed the commit to fix the duplicate junit dependencies.<br>
    &nbsp;
<a class="moz-txt-link-freetext" href="https://github.com/droolsjbpm/droolsjbpm/commit/80341edf56d2239d47a0212f86e3e35c190964fb">https://github.com/droolsjbpm/droolsjbpm/commit/80341edf56d2239d47a0212f86e3e35c190964fb</a><br>
    Do a "git pull --rebase" and see if you still go the problem.<br>
    Don't think that will fix it, as it's probably a local
    misconfiguration. See my mail below.<br>
    <br>
    Op 29-12-10 10:54, Geoffrey De Smet schreef:
    <blockquote cite="mid:iff0h4$vu1$1@dough.gmane.org" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <title></title>
      Hi Wolfgang,<br>
      <br>
      It's clear that your eclipse and maven is using a JUnit 3 runner
      instead of JUnit 4 runner.<br>
      JUnit 4 (released on 2006-02-16) is developed by the same guys as
      Eclipse and Eclipse 3.5 definitely supports it.<br>
      Problem is you're getting a junit 3.5 dependency instead of junit
      4.8.1.<br>
      <br>
      Apparently many of our module poms duplicate the junit dependency
      (they shouldn't) or worse even overwrite the version to 4.6.<br>
      I am fixing that now.<br>
      Yet none of the module poms overwrite it to 3.5, your problem
      doesn't make sense.<br>
      Try finding out where your junit 3.5 dependency comes from.<br>
      <br>
      Come on IRC if you want live help.<br>
      <br>
      Op 29-12-10 09:18, Wolfgang Laun schreef:
      <blockquote
        cite="mid:AANLkTik+SC_nv8XSVP9hshRjSnwBoGRCNFA9QTK95A6b@mail.gmail.com"
        type="cite">Here's the data from my Eclipse installation:<br>
        <div class="gmail_quote"><br>
          <blockquote class="gmail_quote" style="border-left: 1px solid
            rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
            1ex;">
            <div text="#000000" bgcolor="#ffffff"> <br>
              Which version of Eclipse are you using?<br>
            </div>
          </blockquote>
          <div>3.5.2<br>
            &nbsp;<br>
          </div>
          <blockquote class="gmail_quote" style="border-left: 1px solid
            rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
            1ex;">
            <div text="#000000" bgcolor="#ffffff"> It's not logical that
              it picks up @Test but not @Ignore.<br>
            </div>
          </blockquote>
          <div>It does not recognize @Test either; using<br>
            &nbsp;&nbsp; @Test public void notatestThis(){...}<br>
            does not run the method as a JUnit test.<br>
            &nbsp;</div>
          <blockquote class="gmail_quote" style="border-left: 1px solid
            rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
            1ex;">
            <div text="#000000" bgcolor="#ffffff"> Which junit 4 version
              does your eclipse use?<br>
            </div>
          </blockquote>
          <div><br>
            from
            org.eclipse.jdt_3.5.2.r352_v20100108-7r88FEwFI0WTuoBl0iaG0tyhfZH6/feature.xml

            <br>
            <br>
            org.eclipse.jdt.junit&nbsp; 3.5.2.r352_v20100113-0800<br>
            org.eclipse.jdt.junit.runtime 3.4.100.v20090513-2000<br>
            org.eclipse.jdt.junit4.runtime 1.1.0.v20090513-2000<br>
            org.junit 3.8.2.v20090203-1005<br>
            org.junit4 4.5.0.v20090824<br>
            <br>
            <br>
          </div>
          <blockquote class="gmail_quote" style="border-left: 1px solid
            rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
            1ex;">
            <div text="#000000" bgcolor="#ffffff"> Does maven have the
              same behavior?<br>
            </div>
          </blockquote>
          <div>Yes.<br>
            <br>
            -WL<br>
            <br>
            &nbsp;</div>
          <blockquote class="gmail_quote" style="border-left: 1px solid
            rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
            1ex;">
            <div text="#000000" bgcolor="#ffffff"> <br>
              Op 28-12-10 15:00, Wolfgang Laun schreef:
              <div>
                <div class="h5">
                  <blockquote type="cite">This doesn't work for me. The
                    annotations org.junit.Test and ...Ignore can be
                    imported, but running JUnit tests from Eclipse still
                    executes the so annotated test method.<br>
                    <br>
                    Do I have to wear&nbsp; a special hat?<br>
                    <br>
                    -W<br>
                    <br>
                    <br>
                    <div class="gmail_quote">On 27 December 2010 10:26,
                      Geoffrey De Smet <span dir="ltr">&lt;<a
                          moz-do-not-send="true"
                          href="mailto:ge0ffrey.spam@gmail.com"
                          target="_blank">ge0ffrey.spam@gmail.com</a>&gt;</span>
                      wrote:<br>
                      <blockquote class="gmail_quote"
                        style="border-left: 1px solid rgb(204, 204,
                        204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
                        1ex;"> Hi guys,<br>
                        <br>
                        Spread over all the modules, there are 63 tests
                        which are commented out.<br>
                        These tests should probably either be:<br>
                        - removed (if we don't want to keep them)<br>
                        - commented in and annotated with @Test @Ignore
                        (if we want to keep them)<br>
                        - commented in (if they succeed and you got time
                        to check that now)<br>
                        That way all "ignored" tests will be annotated
                        with @Ignore and easy to<br>
                        detect (also by hudson).<br>
                        Also, that code (no longer commented out) will
                        be refactored along<br>
                        (instead of becoming horribly stale).<br>
                        <br>
                        Can you take a look at module(s) you work on and
                        clean that up?<br>
                        (Do a "git pull --rebase" first.)<br>
                        It shouldn't take long.<br>
                        <br>
                        I 'll take on drools-repository(2),
                        drools-guvnor(0) and<br>
                        drools-planner-core(1).<br>
                        <br>
                        Targets<br>
                        &nbsp; &nbsp; String '^[ \t]*//[ \t]+public[ \t]+(final[
                        \t]+)?void[ \t]+test'<br>
                        Found usages &nbsp;(63 usages)<br>
                        &nbsp; &nbsp; drools-camel &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.camel.component &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; JSonBatchExecutionTest.java &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (36: 1) // &nbsp; &nbsp;public void
                        testVsmPipeline() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; drools-clips &nbsp;(11 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.clips &nbsp;(11 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ClipsShellTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (97: 1) // &nbsp; &nbsp;public void
                        test1() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CompiledFunctionsTest.java &nbsp;(10
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (26: 1) // &nbsp; &nbsp;public void
                        testPrintout() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (45: 1) // &nbsp; &nbsp;public void
                        testBindAndModify() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (63: 1) // &nbsp; &nbsp;public void
                        testSimpleCreate$() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (83: 1) // &nbsp; &nbsp;public void
                        testNestedCreate$() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (130: 1) // &nbsp; &nbsp;public void
                        testIf() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (168: 1) // &nbsp; &nbsp;public void
                        testWhile() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (199: 1) // &nbsp; &nbsp;public void
                        testForeach() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (215: 1) // &nbsp; &nbsp;public void
                        testSwitch() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (250: 1) // &nbsp; &nbsp;public void
                        testProgn() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (264: 1) // &nbsp; &nbsp;public void
                        testDefTemplate() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; drools-compiler &nbsp;(13 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.compiler &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RuleBaseLoaderTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (33: 1) // &nbsp; &nbsp;public void
                        testEngineType() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.integrationtests &nbsp;(9 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CepEspTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (1352: 1) // &nbsp; &nbsp;public void<br>
                        testTransactionCorrelation() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MultithreadTest.java &nbsp;(5 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (80: 1) // &nbsp; &nbsp;public void<br>
                        testRuleBaseConcurrentCompilation() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (176: 1) // &nbsp; &nbsp;public void
                        testExpectedFires() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (225: 1) // &nbsp; &nbsp;public void<br>
                        testMultithreadDateStringConstraints() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (326: 1) // &nbsp; &nbsp;public void<br>
                        testSharedPackagesThreadDeadLock() throws
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (392: 1) // &nbsp; &nbsp;public void
                        testEventExpiration() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OutOfMemoryTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (100: 1) // &nbsp; &nbsp;public void
                        testMemoryLeak() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; StatelessSessionTest.java &nbsp;(2
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (259: 1) // &nbsp; &nbsp;public void
                        testInAndOutParams() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (307: 1) // &nbsp; &nbsp;public void
                        testInOutAndOutParams()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.lang &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RuleParserTest.java &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (776: 1) // public void
                        testFrom() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (1532: 1) // public void<br>
                        testExpanderUnExpandableErrorLines() throws
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.rule.builder.dialect &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; JavaAndMVELCombinedTest.java &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (37: 1) // &nbsp; &nbsp;public void
                        testJavaMVELCombination()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; drools-core &nbsp;(8 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.agent &nbsp;(5 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CompilerIndependenceTest.java &nbsp;(2
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (69: 1) // &nbsp; &nbsp;public void
                        testDRL() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (97: 1) // &nbsp; &nbsp;public void
                        testPKG() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RuleAgentTest.java &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (167: 1) // &nbsp; &nbsp;public void
                        testSpaces() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (406: 1) // &nbsp; &nbsp;public void<br>
                        testPollingFilesRuleBaseReplace2() throws
                        Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; URLScannerTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (88: 1) // &nbsp; &nbsp;public void
                        testGetURL() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.base &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EvaluatorFactoryTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (836: 1) // &nbsp; &nbsp;public void
                        testRegexFoo() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.event.rule &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AgendaEventSupportTest.java &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (86: 1) // &nbsp; &nbsp;public void
                        testIsSerializable() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.reteoo &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SchedulerTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (288: 1) // &nbsp; &nbsp;public void
                        testExceptionHandler()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; drools-decisiontables &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.decisiontable.parser &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RuleWorksheetParseTest.java &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (132: 1) // &nbsp; &nbsp;public void<br>
                        testComplexWorksheetMissingConditions() throws
                        Exception {<br>
                        &nbsp; &nbsp; drools-grid-impl &nbsp;(7 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.grid.local &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LocalGridNodeTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (92: 1) // &nbsp; &nbsp;public void<br>
                        testWhitePagesAddRemoveAddresss() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.grid.time.impl &nbsp;(5 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DistributedSchedulerTest.java &nbsp;(5
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (80: 1) // &nbsp; &nbsp;public void
                        test1() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (119: 1) // &nbsp; &nbsp;public void<br>
                        testDistributedJobSchedullingLocal() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (165: 1) // &nbsp; &nbsp;public void<br>
                        testDistributedJobSchedulingRemote() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (219: 1) // &nbsp; &nbsp;public void
                        testMultipleSchedulersTest() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (256: 1) // &nbsp; &nbsp;public void
                        testGetDataFromCoreServices() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.io.mina &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RegisterServicesTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (76: 1) // &nbsp; &nbsp;public void
                        testRegisterInCoreServices() {<br>
                        &nbsp; &nbsp; drools-ide-common &nbsp;(5 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.ide.common.assistant &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VariableBindingTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (94: 1) // &nbsp; &nbsp;public void
                        testThisDontWorks() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.ide.common.modeldriven.dt &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GuidedDecisionTableTest.java &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (39: 1) // &nbsp; &nbsp;public void
                        testGetCol() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.ide.common.server.util &nbsp;(3
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BRDRLPersistenceTest.java &nbsp;(2
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (181: 1) // public void
                        testRoundTrip() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (361: 1) // public void
                        testLoadEmpty() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GuidedDTXMLPersistenceTest.java &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (34: 1) // &nbsp; &nbsp;public void
                        testXML() {<br>
                        &nbsp; &nbsp; drools-jsr94 &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.jsr94.rules.admin &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RuleExecutionSetProviderTest.java
                        &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (95: 1) // &nbsp; &nbsp;public void
                        testCreateFromElement( )<br>
                        throws Exception<br>
                        &nbsp; &nbsp; drools-pipeline &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.runtime.pipeline.impl &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; JaxbTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (58: 1) // &nbsp; &nbsp;public void
                        testModelLoad() throws<br>
                        Exception {<br>
                        &nbsp; &nbsp; drools-planner-core &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp;
                        org.drools.planner.core.localsearch.decider.forager
                        &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AcceptedForagerTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (137: 1) // &nbsp; &nbsp;public void
                        testPickMoveRandomly() {<br>
                        &nbsp; &nbsp; drools-repository &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.repository &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PackageItemTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (57: 1) // &nbsp; &nbsp;public void
                        testAddPackageProperties()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ScalabilityTest.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (84: 1) // &nbsp; &nbsp;public void
                        testBare() throws Exception {<br>
                        &nbsp; &nbsp; drools-spring &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp;
                        org.drools.container.spring.beans.persistence
                        &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VariablePersistenceStrategyTest.java
                        &nbsp;(2 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (402: 1) // &nbsp; &nbsp;public void<br>
                        testPersistenceVariablesWithTypeChange() {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (453: 1) // &nbsp; &nbsp;public void<br>
                        testPersistenceVariablesSubProcess() {<br>
                        &nbsp; &nbsp; drools-verifier &nbsp;(9 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.verifier &nbsp;(6 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RangeCheckCleanTest.java &nbsp;(6 usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (37: 1) // &nbsp; &nbsp;public void<br>
                        testUselessIntegerGapsLesser() throws Exception
                        {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (127: 1) // &nbsp; &nbsp;public void<br>
                        testUselessIntegerGapsGreater() throws Exception
                        {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (222: 1) // &nbsp; &nbsp;public void<br>
                        testUselessDoubleGapsLesser() throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (317: 1) // &nbsp; &nbsp;public void<br>
                        testUselessDoubleGapsGreater() throws Exception
                        {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (412: 1) // &nbsp; &nbsp;public void
                        testUselessDateGapsLesser()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (507: 1) // &nbsp; &nbsp;public void
                        testUselessDateGapsGreater()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.verifier.subsumption &nbsp;(3
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SubsumptantSubRulesTest.java &nbsp;(3
                        usages)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (81: 1) // &nbsp; &nbsp;public void
                        testSubpatternSubsumption2()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (119: 1) // &nbsp; &nbsp;public void
                        testSubpatternSubsumption3()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (158: 1) // &nbsp; &nbsp;public void
                        testSubpatternSubsumption4()<br>
                        throws Exception {<br>
                        &nbsp; &nbsp; org.drools.osgi.test &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; org.drools.osgi.integrationtests &nbsp;(1
                        usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; JpaOsgi.java &nbsp;(1 usage)<br>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (74: 1) // &nbsp; &nbsp;public void<br>
                        testPersistenceWithUserTransactions() throws
                        Exception {<br>
                        <br>
                        Note: this list doesn't include drools-eclipse
                        or any of the flow/jBPM<br>
                        stuff.<br>
                        <br>
                        --<br>
                        With kind regards,<br>
                        Geoffrey De Smet<br>
                        <br>
                        <br>
                        _______________________________________________<br>
                        rules-dev mailing list<br>
                        <a moz-do-not-send="true"
                          href="mailto:rules-dev@lists.jboss.org"
                          target="_blank">rules-dev@lists.jboss.org</a><br>
                        <a moz-do-not-send="true"
                          href="https://lists.jboss.org/mailman/listinfo/rules-dev"
                          target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
                      </blockquote>
                    </div>
                    <br>
                    <pre><fieldset></fieldset>
_______________________________________________
rules-dev mailing list
<a moz-do-not-send="true" href="mailto:rules-dev@lists.jboss.org" target="_blank">rules-dev@lists.jboss.org</a>
<a moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
                  </blockquote>
                  <br>
                </div>
              </div>
              <pre cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
            </div>
            <br>
            _______________________________________________<br>
            rules-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/rules-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
            <br>
          </blockquote>
        </div>
        <br>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
  </body>
</html>