Home | History | Annotate | Download | only in build

Lines Matching refs:null

52             if (obj == null) return false;
63 if (inputFile == null) {
64 throw new NullPointerException("inputFile is null");
66 if (outputFile == null) {
67 throw new NullPointerException("outputFile is null");
79 if (children != null) {
91 if (obj == null) return false;
100 if (children == null) {
114 if (inChannel != null) inChannel.close();
115 if (outChannel != null) outChannel.close();
120 return (inputFile == o.inputFile ? 0 : (inputFile != null
121 ? (o.inputFile != null ? inputFile.getPath().compareTo(