Community
Participate
Working Groups
Created attachment 184014 [details] Patch Hello, With Modisco 0.9.0 and Eclipse 3.7.0, benchmark test fails on Hudson because of the way of creating the project. In a package, we have a class named JavaDiscovererBenchmarkTest and a subpackage with the same name. So requesting the object with the qualified name can return the class instead of the package. This makes an error. Here is a patch to change the name of the package.
Hi (a) I, Stephane Rousseau, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL.
Thank you for you path. It is less than 250 loc : no CQ required. It has been commited into SVN on 0.9 branch (revision 3619)
Bug fixed via a patch.