History log of /opengrok/test/org/opensolaris/opengrok/configuration/ProjectTest.java
Revision Date Author Comments Expand
b2a3907e1c9cadfedf72138e6dffd82cf9c173a9 06-Oct-2016 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

close only SearcherManagers of projects which are gone upon reindex fixes #1200

d2d84f76970affca414d270b303c2dc1b78ba2a4 07-Apr-2016 Knut Anders Hatlen <knut.hatlen@oracle.com>

More project prefix matching improvements This is a follow-up to the fix for #1074. Project.getProject() currently creates a copy of the project list and sorts it on every call. This is more work than necessary. A single pass through the unsorted project list should be enough to find the longest matching prefix. The patch also fixes a bug which would cause getProject() to think that the path /foof/bar would be in the project with path /foo, if there was no project which had the path /foof.

d706271fa1b60b6676f109bfae61de55fbc799a7 04-Apr-2016 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

make the test more robust

118e434dc22fe996f81b31b3b2836cac8ffb3ab1 04-Apr-2016 Vladimir Kotal <Vladimir.Kotal@Oracle.COM>

change getProject() to use longest prefix matching fixes #1074

22cc33b4bf085a7e97d5ff3b8d6644632a98cb1f 02-Jan-2013 Knut Anders Hatlen <Knut.Hatlen@Sun.COM>

Bug #3077: Project not added to configuration