| Author |
where does getNextImageCaptcha() defined?
|
ron sun
Greenhorn
Joined: Jun 28, 2012
Posts: 11
|
|
i can not find definition of getNextImageCaptcha() which is called in line 419 net\jforum\entities\UserSession.java.
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10816
|
|
What does the entire line of code look like?
On my (modified) codebase, it looks like:
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
ron sun
Greenhorn
Joined: Jun 28, 2012
Posts: 11
|
|
yes. that is the line i want to say.
i can not find the definition for "getNextImageCaptcha()".
i really confused. is this a bug?
thanks.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Ron,
The Captcha class in JForum extends the ListImageCaptchaEngine class in the jcaptcha library. It is that superclass that has the getNextImageCaptcha() class. JavaDoc is online.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
ron sun
Greenhorn
Joined: Jun 28, 2012
Posts: 11
|
|
|
Thanks.
|
 |
 |
|
|
subject: where does getNextImageCaptcha() defined?
|
|
|