From: <lk...@us...> - 2005-03-27 17:48:08
|
Update of /cvsroot/openorb/OpenORB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6481 Modified Files: WHATSNEW Log Message: fixed NPE in idl2java Index: WHATSNEW =================================================================== RCS file: /cvsroot/openorb/OpenORB/WHATSNEW,v retrieving revision 1.235 retrieving revision 1.236 diff -u -d -r1.235 -r1.236 --- WHATSNEW 13 Mar 2005 13:08:30 -0000 1.235 +++ WHATSNEW 27 Mar 2005 17:47:58 -0000 1.236 @@ -1,6 +1,10 @@ OpenORB ------- +- Fixed a NPE in the compiler (regression between 1.3.1 and 1.4.0 beta2). + See http://marc.theaimsgroup.com/?l=openorb-devel&m=111073137117247&w=2 + for a complete problem description. + - Replaced usage of inherited fields 'project' and 'location' in compiler Task implementations with accessor methods. |