Search Results
OK to copy?
Examples 1 through 10 of
11 (0.0010 seconds)
Class:
org.apache.tools.ant.taskdefs.optional.extension.ExtensionSet
©,
Rating:
100% of 1,
C2
Class: org.apache.axis.providers.java.RPCProvider ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.JDTCompiler ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.JDTCompiler ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.extension.ExtensionUtil ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.wiki.WackoWikiFormat ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.wiki.TwikiFormat ©, Rating: 0% of 0, C2
Class: org.apache.axis.transport.http.SimpleAxisWorker ©, Rating: 0% of 0, C3
Class: org.apache.axis.message.MessageElement ©, Rating: 0% of 0, C2
Class: org.apache.axis.transport.http.AxisServlet ©, Rating: 0% of 0, C2
097 public void setRefid(final Reference reference)
098 throws BuildException {
099 if (!extensions.isEmpty() || !extensionsFilesets.isEmpty()) {
100 throw tooManyAttributes();
101 }
Class: org.apache.axis.providers.java.RPCProvider ©, Rating: 0% of 0, C3
366
367 // Then any other out params
368 if (!outs.isEmpty()) {
369 for (Iterator i = outs.iterator(); i.hasNext();) {
370 // We know this has a holder, so just unwrap the value
Class: org.apache.jasper.compiler.JDTCompiler ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.JDTCompiler ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.optional.extension.ExtensionUtil ©, Rating: 0% of 0, C1
072 final ArrayList fileset)
073 throws BuildException {
074 if (!fileset.isEmpty()) {
075 final Extension[] extensions = getExtensions(project,
076 fileset);
Class: com.technoetic.xplanner.wiki.WackoWikiFormat ©, Rating: 0% of 0, C2
336
337 //if( ( $#code > -1 ) && ( $code[$#code] ne $code ) ) {
338 if (!codeStack.isEmpty() && !codeStack.get(codeStack.size() - 1).equals(code)) {
339 result.append("</").append(codeStack.get(codeStack.size() - 1)).
340 append("><").append(code).append(">\n");
Class: com.technoetic.xplanner.wiki.TwikiFormat ©, Rating: 0% of 0, C2
337
338 //if( ( $#code > -1 ) && ( $code[$#code] ne $code ) ) {
339 if (!codeStack.isEmpty() && !codeStack.get(codeStack.size() - 1).equals(code)) {
340 result.append("</").append(codeStack.get(codeStack.size() - 1)).
341 append("><").append(code).append(">\n");
Class: org.apache.axis.transport.http.SimpleAxisWorker ©, Rating: 0% of 0, C3
362 sb.append("?wsdl\"><i>(wsdl)</i></a></li>\n");
363 ArrayList operations = sd.getOperations();
364 if (!operations.isEmpty()) {
365 sb.append("<ul>\n");
366 for (Iterator it = operations.iterator(); it.hasNext();) {
Class: org.apache.axis.message.MessageElement ©, Rating: 0% of 0, C2
0542 */
0543 public void setObjectValue(Object newValue) throws SOAPException {
0544 if (children != null && !children.isEmpty()) {
0545 SOAPException exc = new SOAPException(Messages.getMessage("childPresent"));
0546 log.error(Messages.getMessage("childPresent"), exc);
Class: org.apache.axis.transport.http.AxisServlet ©, Rating: 0% of 0, C2
0703 writer.println(sb.toString());
0704 ArrayList operations = sd.getOperations();
0705 if (!operations.isEmpty()) {
0706 writer.println("<ul>");
0707 for (Iterator it = operations.iterator(); it.hasNext();) {