|
From: <lk...@us...> - 2004-11-10 19:20:18
|
Update of /cvsroot/openorb/OpenORB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3632 Modified Files: WHATSNEW Log Message: Fixed NPE in commandline parsing of IdlDoc tool. IMHO IdlDoc is still not production ready, though. Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/OpenORB/WHATSNEW,v retrieving revision 1.229 retrieving revision 1.230 diff -u -d -r1.229 -r1.230 --- WHATSNEW 20 Aug 2004 10:08:58 -0000 1.229 +++ WHATSNEW 10 Nov 2004 19:19:56 -0000 1.230 @@ -1,6 +1,8 @@ OpenORB ------- +- Fixed NPE in commandline parsing of IdlDoc tool. + - Extended the test case FragmentedMessageTest to include a simple check whether the returnedd array is not missing any of the data previously read from the XML file. |