Search Results
OK to copy?
Examples 1 through 10 of
40 (0.0020 seconds)
Class:
org.apache.catalina.ant.ValidatorTask
©,
Rating:
0% of 0,
C2
Class: org.apache.catalina.startup.HomesUserDatabase ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.email.UUMailer ©, Rating: 0% of 0, C1
Class: org.apache.batik.apps.rasterizer.SVGConverterFileSource ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.junit.JMeterTestCase ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.selectors.modifiedselector.HashvalueAlgorithm ©, Rating: 0% of 0, C1
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.taskdefs.optional.sitraka.CovBase ©, Rating: 100% of 1, C2
Class: org.apache.tools.ant.taskdefs.optional.sitraka.CovBase ©, Rating: 0% of 0, C2
081
082 File file = new File(path, Constants.ApplicationWebXml);
083 if ((!file.exists()) || (!file.canRead())) {
084 throw new BuildException("Cannot find web.xml");
085 }
Class: org.apache.catalina.startup.HomesUserDatabase ©, Rating: 0% of 0, C2
132 for (int i = 0; i < homeBaseFiles.length; i++) {
133 File homeDir = new File(homeBaseDir, homeBaseFiles[i]);
134 if (!homeDir.isDirectory() || !homeDir.canRead())
135 continue;
136 homes.put(homeBaseFiles[i], homeDir.toString());
Class: org.apache.tools.ant.taskdefs.email.UUMailer ©, Rating: 0% of 0, C1
33 protected void attach(File file, PrintStream out)
34 throws IOException {
35 if (!file.exists() || !file.canRead()) {
36 throw new BuildException("File \"" + file.getName()
37 + "\" does not exist or is not "
Class: org.apache.batik.apps.rasterizer.SVGConverterFileSource ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.junit.JMeterTestCase ©, Rating: 0% of 0, C1
059 String file="jmetertest.properties";
060 File f = new File(file);
061 if (!f.canRead()){
062 System.out.println("Can't find "+file+" - trying bin directory");
063 file="bin/"+file;// JMeterUtils assumes Unix-style separators
Class: org.apache.tools.ant.types.selectors.modifiedselector.HashvalueAlgorithm ©, Rating: 0% of 0, C1
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
128 for (int i = 0; i < packed.length; i++) {
129 File directory = packed[i];
130 if (!directory.isDirectory() || !directory.exists() ||
131 !directory.canRead())
132 continue;
Class: org.apache.catalina.startup.ClassLoaderFactory ©, Rating: 0% of 0, C3
113 for (int i = 0; i < unpacked.length; i++) {
114 File file = unpacked[i];
115 if (!file.exists() || !file.canRead())
116 continue;
117 if (log.isDebugEnabled())
Class: org.apache.tools.ant.taskdefs.optional.sitraka.CovBase ©, Rating: 100% of 1, C2
076 if (!loc.canRead()) {
077 File newLoc = fu.resolveFile(home, "bin/" + relativePath);
078 if (newLoc.canRead()) {
079 isJProbe4 = true;
080 loc = newLoc;
Class: org.apache.tools.ant.taskdefs.optional.sitraka.CovBase ©, Rating: 0% of 0, C2
074 } else {
075 loc = fu.resolveFile(home, relativePath);
076 if (!loc.canRead()) {
077 File newLoc = fu.resolveFile(home, "bin/" + relativePath);
078 if (newLoc.canRead()) {