Archived

This forum has been archived. Please start a new discussion on GitHub.

Incorrect file name in auto-generated slice2java header comments

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:
// <auto-generated>
//
[b]// Generated from file `StringList1Helper.java'[/b]
//
// Warning: do not edit this file.
//
// </auto-generated>

That's not the file that it was generated from; that's the name of the generated file itself. :) (In this case, it should probably say "Generated from file `StringList.ice'.)

Comments

  • mes
    mes California
    Hi Mary Ellen,

    Thanks for reporting this. Silly bug, but easy enough to fix. :)

    Regards,
    Mark