Search Results
OK to copy?
Examples 1 through 10 of
48 (0.0090 seconds)
Class:
org.apache.jasper.util.Queue
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.collections.Queue ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.MockBuildListener ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.MockBuildListener ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.AntFilterReader ©, Rating: 0% of 0, C2
Class: org.apache.axis.message.SOAPBody ©, Rating: 0% of 0, C2
Class: org.apache.axis.message.SOAPBody ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.collections.Queue ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.MockBuildListener ©, Rating: 0% of 0, C1
51
52 public void assertEmpty() {
53 assertTrue("MockBuildListener is not empty", buffer.isEmpty());
54 }
55
Class: org.apache.tools.ant.MockBuildListener ©, Rating: 0% of 0, C1
41 if(actual.getPriority()==Project.MSG_DEBUG)
42 return;
43 assertTrue("unexpected messageLogged: "+actual.getMessage(), !buffer.isEmpty());
44 assertEquals("unexpected project ", project, actual.getProject());
45
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask ©, Rating: 0% of 0, C2
102 */
103 private void validate() throws BuildException {
104 if (null == libraryFile && libraryFileSets.isEmpty()) {
105 final String message = "File attribute not specified.";
106 throw new BuildException(message);
Class: org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask ©, Rating: 0% of 0, C2
078 final LibraryDisplayer displayer = new LibraryDisplayer();
079 // Check if list of files to check has been specified
080 if (!libraryFileSets.isEmpty()) {
081 final Iterator iterator = libraryFileSets.iterator();
082 while (iterator.hasNext()) {
Class: org.apache.tools.ant.types.AntFilterReader ©, Rating: 0% of 0, C2
109 */
110 public void setRefid(Reference r) throws BuildException {
111 if (!parameters.isEmpty() || className != null
112 || classpath != null) {
113 throw tooManyAttributes();
Class: org.apache.axis.message.SOAPBody ©, Rating: 0% of 0, C2
Class: org.apache.axis.message.SOAPBody ©, Rating: 0% of 0, C1
219 void clearBody()
220 {
221 if (!bodyElements.isEmpty())
222 bodyElements.removeAllElements();
223 }