Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338069 - Java Problem: The method isEmpty() is undefined for the type String
Summary: Java Problem: The method isEmpty() is undefined for the type String
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 0.12-M1   Edit
Assignee: Dariusz Luksza CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 06:16 EST by Tomasz Zarna CLA
Modified: 2011-02-24 18:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.