<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/emonic/patches/" rel="alternate"/><link href="https://sourceforge.net/p/emonic/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/emonic/patches/</id><updated>2007-07-29T12:10:13Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Patch for bug 1763029</title><link href="https://sourceforge.net/p/emonic/patches/1/" rel="alternate"/><published>2007-07-29T12:10:13Z</published><updated>2007-07-29T12:10:13Z</updated><author><name>Remy Chi Jian Suen</name><uri>https://sourceforge.net/u/rcjsuen/</uri></author><id>https://sourceforge.neta786ef0ea48cd4155d1c061ba9cca6eaf8a5fec3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The attached Eclipse workspace patch will change FileDocument to extend Document and use that instead and also correct the JUnit tests to not delete files during tearDown(). I'm not too sure as to how a file lock on the files are causing problems for the parsing of the files, but that's how it is. I've changed setUp() to always reset the contents of the files and to create files if they're not found, so it would be the same as if we were deleting the files and recreating a new one.&lt;/p&gt;
&lt;p&gt;I also changed some assertions in FixtureFileDocument because they were failing. According to the javadocs, getLineInformation(int) returns a description of the line that _excludes_ the line's delimiter. Hence, in our example...&lt;/p&gt;
&lt;p&gt;"B123456789E\nabcd"&lt;/p&gt;
&lt;p&gt;The length of the line before the newline character '\n' is actually 11 and not 12.&lt;/p&gt;
&lt;p&gt;I would attach this directly to bug 1763029 or feature request 1762575, but it seems that I cannot make attachments for tracker items that I did not submit myself.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>