Description
I just downloaded and tried converting my first java file. But I'm encountering a problem. When the first comment is encountered, it is written to the C# file. When the next comment is encountered, the first comment and the second comment are both written to the C# file. Then on the third java comment, the first, second, and third comment are all written. By the end of the java file each java comment causes the possibly hundreds of previous comments to all be written as a huge block time after time. There's nothing unique about the source java file as far as I know. I'm pretty proficient in both java and c#. If you can tell me where to look in the code for where comments are being added to the c# file, I can do some debug and hopefully figure this out. Thanks.