-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b33
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2222977 | 7u6 | James Melvin | P3 | Closed | Fixed | b05 |
Part of 7130404 added support for checking os.name against "OS X". The fix used the String.contains() method which was not added until Java 1.5. Java Plug-in needs to run on 1.4 JDKs so this method needs to be converted to String.indexOf().
- backported by
-
JDK-2222977 Convert String.contains() to String.indexOf() to run on JDKs earlier than 1.5
-
- Closed
-