| Summary: | The method isEmpty() is undefined for the type String in ServerCompositeFragment | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jacek Pospychala <jacek.pospychala> |
| Component: | PDT | Assignee: | Jacek Pospychala <jacek.pospychala> |
| Status: | CLOSED FIXED | QA Contact: | Ilina Stefanova <ilina.s> |
| Severity: | normal | ||
| Priority: | P3 | CC: | kalin.a, silviya |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
fixed in head and bbranch Closing... Closed |
hi, we're not yet on Java 6 in PDT afaik, so we shouldn't use Java 6 APIs. :-) Whole error from the build: [javac] 209. ERROR in /opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-2.2-helios/workspace/build/N201009031039/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/ServerCompositeFragment.java (at line 224) [javac] if (url.getPath() != null && !url.getPath().isEmpty()) { [javac] ^^^^^^^ [javac] The method isEmpty() is undefined for the type String [javac] ----------