This site requires JavaScript, please enable it in your browser!
Greenfoot back
Julian
Julian wrote ...

2012/6/26

Javadoc

Julian Julian

2012/6/26

#
Is it possible to run Javadoc on Greenfoot scenarios? I am looking for a way to get more information on Classes and Variables: for example, which methods access which variables though out the whole Class. If Javadoc can be run on Greenfoot scenarios, can you suggest which command-line parameters will create a more comprehensive report. Thank you.
davmac davmac

2012/6/27

#
I am looking for a way to get more information on Classes and Variables: for example, which methods access which variables though out the whole Class.
Javadoc won't tell you that. There's no simple way to find out; the best solution is probably to use the 'find' function.
You need to login to post a reply.