http://defect.opensolaris.org/bz/show_bug.cgi?id=19230

           Summary: JDBCHistoryCache.hasCacheForDirectory is buggy
    Classification: Development
           Product: opengrok
           Version: unspecified
          Platform: ANY/Generic
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P3
         Component: misc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


JDBCHistoryCache.hasCacheForDirectory(...) fails because it is using path
relative to repository root  instead of source root ...

-                    ps.setString(2, getRelativePath(file, repository));
+                    ps.setString(2, getSourceRootRelativePath(file));

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
opengrok-dev mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-dev

Reply via email to