• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Code Analyser

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would really appreciate to get me through this strange problem which i have got into.
I have got a prewritten product in j2se and there is no documentation of the product . No one is sure of the flow and the only way to debug is to use SOP statements.
CAn any one please let me know if there is a code analyser or similar tool which runs with the application to know the flow .There are lot of callBack methods which make it tougher to analyse.
Thanks..
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using some IDE like Eclipse, then it should be a bit easier. You could create some breakpoints in your code and run the code in the debugger mode. This will give you a pretty good idea of how the various controls flow through your code.
 
reply
    Bookmark Topic Watch Topic
  • New Topic