|
null string concatenation and kjc/kaffe bug: msg#00127java.vm.kaffe.general
Hi, Compiling the following with kjc and then running it with kaffe gives a NullPointerException. But it should give "nulla". public class Test { static String something; public static void main(String[] args) throws Exception { something += 'a'; System.out.println(something); } } Found by Arnaud while he was debugging gjdoc. See also https://savannah.gnu.org/patch/?func=detailpatch&patch_id=2334&group_id=508 Cheers, Mark
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS kaffe (guilhem): Included Ito's patch., Kaffe CVS |
|---|---|
| Next by Date: | CVS kaffe (dalibor): Partially resynced with GNU Classpath CVS, Kaffe CVS |
| Previous by Thread: | CVS kaffe (guilhem): Included Ito's patch., Kaffe CVS |
| Next by Thread: | CVS kaffe (dalibor): Partially resynced with GNU Classpath CVS, Kaffe CVS |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |