Here is a xref file from the full text search term "employee"

The bold part below is the link the xref created and the url below is where its 
linked to.

My problem is its searching for ?path but that isn't the file name its defined 
in. It just took the definition and tried to find a file named that, and there 
isn't a file named that. Also its marking definitions that it can't possibly 
index because they are part of the runtime and weren't part of the source tree.

     35     public class Employee 
     36     {
     37         private [b]LogBrowser.Services.SBCEO.Payroll.Employee[/b] 
employee;
     38         private int entryID;

http://ntsbceo-13.sbceo.main:8080/windows/s?path=LogBrowser.Services.SBCEO.Payroll.Employee

Also I found a bug with the GUI advanced dialog, 
src\org\opensolaris\opengrok\index\IndexerWizard.java

 private void webappContextKeyReleased(java.awt.event.KeyEvent evt) {           
                               
...
        if(urlPrefix != null) {
            System.setProperty("urlPrefix", webapp); //should be urlPrefix not 
webapp
            prefs.put("context", webapp);
        }
...
    }
 
 
This message posted from opensolaris.org

Reply via email to