[
https://issues.apache.org/jira/browse/DERBY-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600876#action_12600876
]
Rick Hillegas commented on DERBY-3531:
--------------------------------------
Thanks for the patch, Martin. For what it's worth, I ran the
SystemPrivilegesPermissionTest on the same Java ME vm as Kristian and it passed
cleanly for me too. I have one small comment on the patch:
StringUtil.java
o I was puzzled by the advice to use String.split() rather than
StringTokenizer. I understand that this may be good advice for other
Java applications, but it seems to be bad advice for Derby developers
because String.split() is not present on the small platforms which
Derby is supposed to support.
> DatabasePermission uses a JDK 1.4 method that is not present in
> J2ME/CDC/Foundation.
> ------------------------------------------------------------------------------------
>
> Key: DERBY-3531
> URL: https://issues.apache.org/jira/browse/DERBY-3531
> Project: Derby
> Issue Type: Sub-task
> Components: Security
> Reporter: Daniel John Debrunner
> Assignee: Martin Zaun
> Attachments: DERBY-3531-0.diff, DERBY-3531-0.stat
>
>
> causes abstract method errors once the class is used to check for database
> creation.
> From memory the method is String.split.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.