[eml-dev] [Bug 5317] Data Manager Library: Checks for collapseDelimiter instead of collapseDelimiters

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Feb 22 10:20:39 PST 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5317

Duane Costa <dcosta at lternet.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Duane Costa <dcosta at lternet.edu> 2011-02-22 10:20:39 PST ---
Fixed with the following update:

Author: costa
Date: 2011-02-22 09:26:30 -0800 (Tue, 22 Feb 2011)
New Revision: 2162

Modified:
   trunk/src/org/ecoinformatics/datamanager/database/DatabaseLoader.java
   trunk/src/org/ecoinformatics/datamanager/database/DelimitedReader.java
   trunk/src/org/ecoinformatics/datamanager/parser/Entity.java
   trunk/src/org/ecoinformatics/datamanager/parser/TextDelimitedDataFormat.java
   trunk/src/org/ecoinformatics/datamanager/parser/eml/Eml200Parser.java
  
trunk/src/org/ecoinformatics/datamanager/parser/generic/GenericDataPackageParser.java
  
trunk/test/org/ecoinformatics/datamanager/parser/TextDelimitedDataFormatTest.java
   trunk/test/org/ecoinformatics/datamanager/parser/eml/Eml200ParserTest.java
  
trunk/test/org/ecoinformatics/datamanager/parser/generic/Eml200DataPackageParserTest.java
  
trunk/test/org/ecoinformatics/datamanager/parser/generic/GenericDataPackageParserTest.java
Log:
Fix for Bug #5317: 'Data Manager Library: Checks for collapseDelimiter instead
of collapseDelimiters'. The two lines of code that contained bugs (as described
in the Bugzilla write-up) have been fixed. In addition, all references to
'collapseDelimiter' have been modified to 'collapseDelimiters', including
variable names, methods names and parameters, JUnit test names, and comments.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Eml-dev mailing list