Issue Details (XML | Word | Printable)

Key: HADOOP-4407
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Tsz Wo (Nicholas), SZE
Reporter: Tsz Wo (Nicholas), SZE
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

HADOOP-4395 should use a Java 1.5 API for 0.18

Created: 14/Oct/08 12:51 AM   Updated: 08/Jul/09 04:43 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 0.18.2

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works 4407_20081013.patch 2008-10-14 12:54 AM Tsz Wo (Nicholas), SZE 0.5 kB

Hadoop Flags: Reviewed
Resolution Date: 14/Oct/08 01:38 AM


 Description  « Hide
String.isEmpty() is not available in Java 1.5.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tsz Wo (Nicholas), SZE added a comment - 14/Oct/08 12:54 AM
4407_20081013.patch: use String.length()

Chris Douglas added a comment - 14/Oct/08 12:56 AM
+1

Tsz Wo (Nicholas), SZE added a comment - 14/Oct/08 01:38 AM
I just committed this.