status.jsp revision 798
798N/ASee LICENSE.txt included in this distribution for the specific
798N/Afile and include the License file at LICENSE.txt.
798N/A--%><%@ page import = "java.util.List,
798N/ARuntimeEnvironment environment = RuntimeEnvironment.getInstance();
798N/A %><%@ include file="httpheader.jspf" %>
798N/A<div id="header"><%@ include file="pageheader.jspf" %></div>
798N/A <td>Source root</td><td><%=environment.getSourceRootPath()%></td>
798N/A <td>Data root</td><td><%=environment.getDataRootPath()%></td>
798N/A <td>CTags</td><td><%=environment.getCtags()%></td>
798N/A <td>Bug page</td><td><%=environment.getBugPage()%></td>
798N/A <td>Bug pattern</td><td><%=environment.getBugPattern()%></td>
798N/A <td>User page</td><td><%=environment.getUserPage()%></td>
798N/A <td>Review page</td><td><%=environment.getReviewPage()%></td>
798N/A <td>Review pattern</td><td><%=environment.getReviewPattern()%></td>
798N/A <td>Using projects</td><td><%=environment.hasProjects()%></td>
798N/A for (String s : environment.getIgnoredNames().getIgnoredPatterns()) {
798N/A <td>Index word limit</td><td><%=environment.getIndexWordLimit()%></td>
798N/A <td>Allow leading wildcard in search</td><td><%=environment.isAllowLeadingWildcard()%></td>