Search Results
OK to copy?
Examples 1 through 8 of
8 (0.015 seconds)
Class:
org.apache.tomcat.util.log.SystemLogHandler
©,
Rating:
0% of 0,
C2
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C1
Class: org.apache.jasper.JspC ©, Rating: 0% of 0, C3
Class: org.apache.catalina.core.StandardWrapper ©, Rating: 0% of 0, C3
Class: org.apache.catalina.servlets.WebdavServlet ©, Rating: 0% of 0, C3
Class: org.apache.catalina.servlets.WebdavServlet ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.Zip ©, Rating: 0% of 0, C2
120 if (stack != null && !stack.isEmpty()) {
121 CaptureLog log = (CaptureLog)stack.peek();
122 if (log != null) {
123 PrintStream ps = log.getStream();
124 if (ps != null) {
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C2
098 if (stack == null || stack.isEmpty()) {
099 return null;
100 }
101 CaptureLog log = (CaptureLog)stack.pop();
102 if (log == null) {
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C1
079 log = (CaptureLog)reuse.pop();
080 } else {
081 log = new CaptureLog();
082 }
083 Thread thread = Thread.currentThread();
Class: org.apache.jasper.JspC ©, Rating: 0% of 0, C3
0835 ext = files[i].substring(files[i].lastIndexOf('.') +1);
0836 if (extensions.contains(ext) ||
0837 jspConfig.isJspPage(uri)) {
0838 pages.addElement(path);
0839 }
Class: org.apache.catalina.core.StandardWrapper ©, Rating: 0% of 0, C3
1265 try {
1266 Thread.currentThread().setContextClassLoader(classLoader);
1267 while (!instancePool.isEmpty()) {
1268 if( System.getSecurityManager() != null) {
1269 SecurityUtil.doAsPrivilege("destroy",
Class: org.apache.catalina.servlets.WebdavServlet ©, Rating: 0% of 0, C3
Class: org.apache.catalina.servlets.WebdavServlet ©, Rating: 0% of 0, C3
0490 parseProperties(req, generatedXML, currentPath,
0491 type, properties);
0492
0493 try {
0494 object = resources.lookup(currentPath);
Class: org.apache.tools.ant.taskdefs.Zip ©, Rating: 0% of 0, C2
1116 }
1117
1118 while (!directories.isEmpty()) {
1119 String dir = (String) directories.pop();
1120 File f = null;
Result Page:
1