| 
														
															@@ -33,12 +33,14 @@ public class FileUtil { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (!file.exists()) { 
														 | 
														
														 | 
														
															         if (!file.exists()) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             return; 
														 | 
														
														 | 
														
															             return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (file.isDirectory()) { 
														 | 
														
														 | 
														
															         if (file.isDirectory()) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             File[] listFiles = file.listFiles(); 
														 | 
														
														 | 
														
															             File[] listFiles = file.listFiles(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             for (File f : listFiles) { 
														 | 
														
														 | 
														
															             for (File f : listFiles) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 getRfFiles(files, f, includes); 
														 | 
														
														 | 
														
															                 getRfFiles(files, f, includes); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } 
														 | 
														
														 | 
														
															             } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        } else { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             for (String include : includes) { 
														 | 
														
														 | 
														
															             for (String include : includes) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if (file.getName().endsWith(include)) { 
														 | 
														
														 | 
														
															                 if (file.getName().endsWith(include)) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     files.add(file); 
														 | 
														
														 | 
														
															                     files.add(file); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -86,7 +88,8 @@ public class FileUtil { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 for (File childFile : childrenFiles) { 
														 | 
														
														 | 
														
															                 for (File childFile : childrenFiles) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     getFiles(childFile, sourceFileList, endName, condition); 
														 | 
														
														 | 
														
															                     getFiles(childFile, sourceFileList, endName, condition); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } 
														 | 
														
														 | 
														
															                 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            } else { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if (condition == null || condition.test(sourceFile.getAbsolutePath())) { 
														 | 
														
														 | 
														
															                 if (condition == null || condition.test(sourceFile.getAbsolutePath())) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     sourceFileList.add(sourceFile); 
														 | 
														
														 | 
														
															                     sourceFileList.add(sourceFile); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 } 
														 | 
														
														 | 
														
															                 } 
														 |