Home | History | Annotate | Download | only in src

Lines Matching refs:null

26         SubOther.main(null);
29 GetNonexistent.main(null);
47 * or be null if no exception was expected.
54 Object result = null;
89 if (expectedException != null) {
96 if (expectedException == null) {
181 localInst.getValue(localPubByteField, samePkgInst, 'B', null);
186 this.getValue(localProtByteField, samePkgInst, 'B', null);
204 null);
211 * Null object. Different exceptions based on which package
215 localInst.getValue(localPubByteField, null, 'B',
218 this.getValue(subProtLongField, null, 'J',
221 this.getValue(localPrivFloatField, null, 'F',
224 localInst.getValue(otherProtShortField, null, 'S',
226 this.getValue(otherProtShortField, null, 'S',
228 this.getValue(otherPkgDoubleField, null, 'D',
231 localInst.getValue(otherProtShortField, null, 'Z',
234 this.getValue(subProtLongField, null, 'Z',
242 null);
286 Object result = null;
321 if (expectedException != null) {
328 if (expectedException == null) {