While playing around with Slice files to track down the bug I just posted about, I noticed something funny in the headers of slice2java-generated files. For example, this is inside StringList1Helper.java:
That's not the file that it was generated from; that's the name of the generated file itself.Code:// <auto-generated> // // Generated from file `StringList1Helper.java' // // Warning: do not edit this file. // // </auto-generated>(In this case, it should probably say "Generated from file `StringList.ice'.)

(In this case, it should probably say "Generated from file `StringList.ice'.)
Reply With Quote