Hi Mark,
Do you mind if I close HARMONY-2695?You 've committed the patch for it
at Jan 14 but neither assigned it nor added yourself to the list of
watchers.
Thanks,
2007/2/1, Vasily Zakharov (JIRA) <[EMAIL PROTECTED]>:
[
https://issues.apache.org/jira/browse/HARMONY-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469465
]
Vasily Zakharov commented on HARMONY-2695:
------------------------------------------
Yes, the patches are really applied as I expected. I agree, let's close it.
> [classlib][swing]
javax.swing.plaf.basic.BasicCheckBoxMenuItemUI.getMinimumSize(null)/getMaximumSize(null)
returns null while RI throws NPE
>
-------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HARMONY-2695
> URL: https://issues.apache.org/jira/browse/HARMONY-2695
> Project: Harmony
> Issue Type: Bug
> Components: Classlib
> Reporter: Alexander Simbirtsev
> Attachments: Harmony-2695-Make.patch, Harmony-2695-Test.patch,
Harmony-2695.patch
>
>
>
javax.swing.plaf.basic.BasicCheckBoxMenuItemUI.getMinimumSize(null)/getMaximumSize(null)
> returns null while RI throws NPE.
> Trere is no mention of any exception in the specification.
> Compatibility issue.
> Use the following code to reproduce:
> import javax.swing.plaf.basic.BasicCheckBoxMenuItemUI;
> import junit.framework.TestCase;
> public class Test extends TestCase {
> public void testcase1() {
> BasicCheckBoxMenuItemUI m = new BasicCheckBoxMenuItemUI();
> try {
> m.getMaximumSize(null);
> fail("NPE should be thrown");
> } catch ( NullPointerException e) {
> //expected
> }
> }
>
> public void testcase2() {
> BasicCheckBoxMenuItemUI m = new BasicCheckBoxMenuItemUI();
> try {
> m.getMinimumSize(null);
> fail("NPE should be thrown");
> } catch ( NullPointerException e) {
> //expected
> }
> }
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
--
Alexei Zakharov,
Intel ESSD