Search Results
OK to copy?
Examples 1 through 10 of
111 (0.0 seconds)
Class:
org.apache.jmeter.resources.PackageTest
©,
Rating:
100% of 2,
C2
Class: com.technoetic.xplanner.wiki.GenericWikiAdapter ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.wiki.GenericWikiAdapter ©, Rating: 0% of 0, C2
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.monitor.model.benchmark.ParseBenchmark ©, Rating: 0% of 0, C2
Class: org.htmlparser.tests.FunctionalTests ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.monitor.model.ObjectFactory ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
075 new BufferedReader(new InputStreamReader(ras));
076 String s;
077 while((s=fileReader.readLine())!=null)
078 {
079 if (s.length() > 0 && !s.startsWith("#")) {
Class: com.technoetic.xplanner.wiki.GenericWikiAdapter ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.wiki.GenericWikiAdapter ©, Rating: 0% of 0, C2
60 BufferedReader reader = new BufferedReader(new InputStreamReader(page));
61 try {
62 String line = reader.readLine();
63 while (line != null) {
64 if (line.matches(substituteWikiWord(wikiWord, newTopicPattern))) {
Class: org.htmlparser.tests.codeMetrics.LineCounter ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.monitor.model.benchmark.ParseBenchmark ©, Rating: 0% of 0, C2
059 java.io.BufferedReader br = new java.io.BufferedReader(isr);
060 String line = null;
061 while ((line = br.readLine()) != null){
062 buf.append(line);
063 }
Class: org.htmlparser.tests.FunctionalTests ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.monitor.model.ObjectFactory ©, Rating: 0% of 0, C2
123 java.io.BufferedReader br = new java.io.BufferedReader(isr);
124 String line = null;
125 while ((line = br.readLine()) != null){
126 buf.append(line);
127 }
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
141 // If nothing left then loop around...
142 if (line.length() == 0) {
143 line = br.readLine();
144 continue;
145 }
Class: org.apache.batik.util.Service ©, Rating: 0% of 0, C2
128 BufferedReader br = new BufferedReader(r);
129
130 String line = br.readLine();
131 while (line != null) {
132 try {