Update the regex used by MultiLineCommentStripperProcessor from:
Current regex:
[\t ]*/\*.*?\*/\r\n?
Suggested regex:
[\t ]*/\*.*?\*/[\r\n]?
The current one, isn't working well in some situations.
Also, as a part of this task, add an alias to this processor.
Original issue reported on code.google.com by alex.obj...@gmail.com on 12 Nov 2011 at 2:21
Original issue reported on code.google.com by
alex.obj...@gmail.com
on 12 Nov 2011 at 2:21