D | TestSubtypesExternalPropertyMissingProperty.java | 22 public Fruit fruit; field in TestSubtypesExternalPropertyMissingProperty.Box 27 public Box(String type, Fruit fruit) { in Box() argument 29 this.fruit = fruit; in Box() 40 public Fruit fruit; field in TestSubtypesExternalPropertyMissingProperty.ReqBox 45 public ReqBox(String type, Fruit fruit) { in ReqBox() argument 47 this.fruit = fruit; in ReqBox() 192 Fruit deserOrange = deserOrangeBox.fruit; in checkOrangeBox() 202 Fruit deserApple = deserAppleBox.fruit; in checkAppleBox() 212 Fruit deserOrange = deserOrangeBox.fruit; in checkOrangeBoxEmpty() 222 Fruit deserApple = deserAppleBox.fruit; in checkAppleBoxEmpty() [all …]
|