e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 21 through 30 of 111 (0.0010 seconds)
Class: javax.xml.rpc.FactoryFinder  ©, Rating: 0% of 0, C2

226 } 227 228 String factoryClassName = rd.readLine(); 229 rd.close(); 230

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

096 { 097 fileData.add(splitLine(line,delimiter)); 098 line = myBread.readLine(); 099 } 100 }

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

135 return true; 136 } 137 teststr = in.readLine(); 138 } 139

Class: org.apache.tools.ant.types.selectors.ContainsRegexpSelector  ©, Rating: 0% of 0, C2

128 new FileInputStream(file))); 129 130 teststr = in.readLine(); 131 132 while (teststr != null) {

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) {

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next