Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338069

Summary: Java Problem: The method isEmpty() is undefined for the type String
Product: [Technology] EGit Reporter: Tomasz Zarna <tomasz.zarna>
Component: CoreAssignee: Dariusz Luksza <dariusz.luksza>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3 CC: caniszczyk
Version: unspecified   
Target Milestone: 0.12-M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2011-02-24 06:16:01 EST
Resource: org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/dto/GitSynchronizeData.java
Location: line 70

String#isEmpty() has been added in Java 1.6 while EE for org.eclipse.egit.core is set to 1.5.
Comment 1 Chris Aniszczyk CLA 2011-02-24 18:54:14 EST
Fixed, thanks for the catch.