Menu

Code Analyzer 0.6.2 Released

Release Notes for Code Analyzer
-------------------------------

Note: Developed with NetBeans (java.sun.com)

(Newest to oldest)

0.6.2 04-07-2004
--------------------

1) Added content to the User's Guide. Reformatted it to improve
readability. Better object relationships image.

0.6.1 04-04-2004
--------------------

1) Fixed label error in release notes.

0.6.0 04-04-2004
--------------------

1) Removed tooltips for extension selection menus. The tooltips
were sometimes obscuring the entire menu selection.
2) Improved display of several menu items including more
descriptive menu selections.
3) Removed the redundant Code Set display at the bottom of the
window.
4) Added 3 new comprehensive reports: Text, CSV (comma separated
values), and HTML. They are found under the "Reports" menu.
CSV reports can be imported directly into Excel or OpenOffice.
HTML reports are true HTML pages which may be published on
a website.
5) Fixed bug where if it was first time to run, the ".codeanalyzer"
directory was not created until the application was closed,
thus first-run attempts to create code sets, etc. were placing
the properties files in the user's home directory.
The directory ".codeanalyzer" is created if it is not found
at startup now.

0.5.4 03-27-2004
--------------------

1) Enhanced Code Set loading so that it runs in a separate
thread and updates progress as it goes. This prevents the
long GUI lock-up for large Code Sets.
2) Changed start up so that the window is displayed immediately
and the last Code Set is loaded in a background thread.
3) Improved shut down handling of unsaved Code Sets with no
Extension Set selection. Now the default Extension Set is
assigned to the Code Set if none had been selected by the
user.

0.5.3 03-27-2004
--------------------

1) Fixed bug when new Code Set was selected after an existing
Code Set had been loaded. Extension Set selection was not
being cleared.

0.5.2 03-14-2004
--------------------

1) Fixed bug related to JFC AbsoluteLayout for the About
dialog. About dialog would not appear when selected unless
Code Analyzer had been executed from NetBeans. Changed to
GridBagLayout to fix.

0.5.1 03-14-2004
--------------------

1) Fixed bug related to unexpected behavior of the JFC method
String.startsWith.
2) Improved comment detection with new SearchResults class.

0.5.0 03-13-2004
--------------------

1) First release of Code Analyzer.

Posted by Mark Teel 2004-04-07

Log in to post a comment.