Search Results
OK to copy?
Examples 21 through 30 of
111 (0.0010 seconds)
Class:
javax.xml.rpc.FactoryFinder
©,
Rating:
0% of 0,
C2
Class: org.apache.axis.components.compiler.Jikes ©, Rating: 0% of 0, C2
Class: org.apache.axis.components.compiler.Jikes ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.functions.FileRowColContainer ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.functions.FileRowColContainer ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.email.Message ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.selectors.ContainsRegexpSelector ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.selectors.ContainsRegexpSelector ©, Rating: 0% of 0, C2
Class: org.apache.axis.components.compiler.Javac ©, Rating: 0% of 0, C2
Class: org.apache.axis.components.compiler.Javac ©, Rating: 0% of 0, C2
Class: org.apache.axis.components.compiler.Jikes ©, Rating: 0% of 0, C2
231 // all other space-starting lines are one error
232 while (true) {
233 line = input.readLine();
234 // EOF
235 if (line == null)
Class: org.apache.axis.components.compiler.Jikes ©, Rating: 0% of 0, C2
224
225 // first line is not space-starting
226 if (line == null) line = input.readLine();
227 if (line == null) return errors;
228 log.debug(line);
Class: org.apache.jmeter.functions.FileRowColContainer ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.functions.FileRowColContainer ©, Rating: 0% of 0, C2
089 FileReader fis = new FileReader(fileName);
090 myBread = new BufferedReader(fis);
091 String line = myBread.readLine();
092 /* N.B. Stop reading the file if we get a blank line:
093 * This allows for trailing comments in the file
Class: org.apache.tools.ant.taskdefs.email.Message ©, Rating: 0% of 0, C2
125 BufferedReader in = new BufferedReader(freader);
126 String line = null;
127 while ((line = in.readLine()) != null) {
128 out.println(getProject().replaceProperties(line));
129 }
Class: org.apache.tools.ant.types.selectors.ContainsRegexpSelector ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.selectors.ContainsRegexpSelector ©, Rating: 0% of 0, C2
Class: org.apache.axis.components.compiler.Javac ©, Rating: 0% of 0, C2
246 // each error has 3 lines
247 for (int i = 0; i < 3 ; i++) {
248 if ((line = input.readLine()) == null) return errors;
249 log.debug(line);
250 buffer.append(line);
Class: org.apache.axis.components.compiler.Javac ©, Rating: 0% of 0, C2
182 // most errors terminate with the '^' char
183 do {
184 if ((line = input.readLine()) == null)
185 {
186 if (buffer.length() > 0) {