Home | History | Annotate | Download | only in jdiff

Lines Matching refs:System

66                 System.out.println("Error: no identifier found in the comments XML file.");
67 System.exit(3);
75 System.out.println("Warning: API identifier in the comments XML file (" + filename2 + ") differs from the name of the file.");
93 System.out.println("Error: unknown element type: " + localName);
94 System.exit(-1);
135 System.out.println("Warning: text of comment does not end in a period: " + currentText);
190 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML comments file:" + e);
195 System.out.println("Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
197 System.exit(1);
201 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
203 System.exit(1);