Search Results
OK to copy?
Examples 1 through 10 of
11 (0.0020 seconds)
Class:
org.springframework.util.NumberUtils
©,
Rating:
0% of 0,
C3
Class: org.htmlparser.parserapplications.Robot ©, Rating: 0% of 0, C2
Class: org.springframework.web.servlet.mvc.WebContentInterceptor ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.functions.StringFromFile ©, Rating: 100% of 1, C2
Class: org.apache.jmeter.functions.StringFromFile ©, Rating: 0% of 0, C2
Class: org.springframework.web.bind.RequestUtils ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.util.JMeterUtils ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.util.JMeterUtils ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.JspRuntimeLibrary ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.JspUtil ©, Rating: 0% of 0, C2
101 }
102 else if (targetClass.equals(Integer.class)) {
103 return Integer.valueOf(text);
104 }
105 else if (targetClass.equals(Long.class)) {
Class: org.htmlparser.parserapplications.Robot ©, Rating: 0% of 0, C2
153 resourceLocation = args[0];
154 if (args.length == 2)
155 crawlDepth = Integer.valueOf(args[1]).intValue();
156
157 Robot robot = new Robot(resourceLocation);
Class: org.springframework.web.servlet.mvc.WebContentInterceptor ©, Rating: 0% of 0, C1
107 for (Iterator it = cacheMappings.keySet().iterator(); it.hasNext();) {
108 String path = (String) it.next();
109 this.cacheMappings.put(path, Integer.valueOf(cacheMappings.getProperty(path)));
110 }
111 }
Class: org.apache.jmeter.functions.StringFromFile ©, Rating: 100% of 1, C2
156 try
157 {
158 myEnd = Integer.valueOf(tmp).intValue();
159 }
160 catch (NumberFormatException e)
Class: org.apache.jmeter.functions.StringFromFile ©, Rating: 0% of 0, C2
140 try
141 {
142 myStart = Integer.valueOf(start).intValue();
143 }
144 catch (NumberFormatException e)
Class: org.springframework.web.bind.RequestUtils ©, Rating: 0% of 0, C1
541
542 protected Object doParse(String s) throws NumberFormatException {
543 return Integer.valueOf(s);
544 }
545
Class: org.apache.jmeter.util.JMeterUtils ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.util.JMeterUtils ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.JspRuntimeLibrary ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.JspUtil ©, Rating: 0% of 0, C2
0762 } else {
0763 // Detect format error at translation time
0764 return "new Integer(" + Integer.valueOf(s).toString() + ")";
0765 }
0766 }