The Artima Developer Community
Sponsored Link

Weblogs Forum
Discovering Bad Java Smells

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bruce Eckel

Posts: 875
Nickname: beckel
Registered: Jun, 2003

Discovering Bad Java Smells (View in Weblogs)
Posted: Oct 1, 2008 11:05 AM
Reply to this message Reply
Summary
You know the bad feeling when you start looking at a Java code base that's just wrong. Proving it is something else again. Here's one way to show it.
Advertisement

Eric Doernenburg explains in detail a simple use of AspectJ and GraphViz Dot to create call graph diagrams, which easily show code that has messy calling structure. It's very likely that if the code base is smelly, it will have a messy call graph.

Topic: Look Ma! No OS! Previous Topic   Next Topic Topic: Please Teach me Web Frameworks for Python!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use