All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.
Moderators: Site Manager , fjwalraven
dongyingname
Posts: 18 Joined: Sat Jun 22, 2019 4:10 pm
Contact:
Post
by dongyingname » Wed Aug 28, 2019 5:25 pm
Code: Select all
public boolean test(Book b) {
return isFiction(t); //where t comes from?
//or return b.getGenre().equals("fiction");
}
Do you mean
Code: Select all
public boolean test(Book b) {
return isFiction(b);
//or return b.getGenre().equals("fiction");
}
admin
Site Admin
Posts: 10322 Joined: Fri Sep 10, 2010 9:26 pm
Contact:
Post
by admin » Wed Aug 28, 2019 8:29 pm
Yes, it should be b. Fixed.
Thank you for your feedback!
If you like our products and services, please help us by posting your
review here .
carlosx
Posts: 5 Joined: Tue Sep 01, 2020 12:58 pm
Contact:
Post
by carlosx » Sat Sep 12, 2020 6:38 pm
Its September 2020 and still is not fixed! XD
admin
Site Admin
Posts: 10322 Joined: Fri Sep 10, 2010 9:26 pm
Contact:
Post
by admin » Sat Sep 12, 2020 11:20 pm
It is fixed. Please make sure you are using the latest version of the question bank file.
If you like our products and services, please help us by posting your
review here .
Users browsing this forum: No registered users and 7 guests