Closed GoogleCodeExporter closed 8 years ago
Problem re-produced. Exception detail is:
System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and
less than the size of the collection.
Parameter name: startIndex
at System.Text.StringBuilder.Append(String value, Int32 startIndex, Int32 count)
at NCrontabViewer.MainForm.Diff(String oldString, String newString, Int32 index,
Int32 length, StringBuilder builder) in
C:\NCrontab\src\NCrontabViewer\MainForm.cs:line 174
at NCrontabViewer.MainForm.DoCrontabbing() in
C:\NCrontab\src\NCrontabViewer\MainForm.cs:line 152
at NCrontabViewer.MainForm.Timer_Tick(Object sender, EventArgs args) in
C:\NCrontab\src\NCrontabViewer\MainForm.cs:line 68
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
Original comment by azizatif
on 3 Feb 2009 at 11:21
Patch applied in r14. Thanks.
Original comment by azizatif
on 3 Feb 2009 at 1:04
Fixed and concluded in r18.
Original comment by azizatif
on 3 Feb 2009 at 1:47
Issue 5 has been merged into this issue.
Original comment by azizatif
on 28 Jan 2011 at 10:23
Original issue reported on code.google.com by
schoenho...@gmail.com
on 25 Sep 2008 at 10:30Attachments: