On Thu, 19 May 2022 06:03:51 GMT, Jayathirth D V wrote:
> I dont see an internal PR to remove the applet based closed test. Also why
> https://bugs.openjdk.java.net/browse/JDK-8286822 is created as enhancement ?
>
> If this test is failing intermittently how many times we have seen this test
>
On Tue, 17 May 2022 15:52:03 GMT, Manukumar V S wrote:
> This test verifies that dragging from one InternalFrame and a drop target in
> another InternalFrame functions properly.
> This fix moves an unstable closed applet based test to open regression based
> java test, but updated to be more co
On Mon, 2 May 2022 02:56:01 GMT, Tejesh R wrote:
> In Button ToolTip, Mnemonic key string was shown only in Metal Look and Feel,
> since the feature is implemented in it. In other L&F especially Windows L&F
> the feature is not available. In order to make it available for other L&F's,
> the ge
On Fri, 11 Feb 2022 19:20:16 GMT, DamonGuy wrote:
> Updated Parser class doc by appending to the doc regarding lack of support
> for HTML script tags. Adding this information to the "parse" function did not
> seem as consistent for formatting as adding it to the Parser class doc.
I still belie
On Wed, 18 May 2022 17:54:30 GMT, Alexey Ivanov wrote:
>> Encapsulate the logic of adding or modifying a notification icon aka tray
>> icon. This is to avoid code duplication between
>> [`AwtTrayIcon::WmTaskbarCreated`](https://github.com/openjdk/jdk/blob/7b988b31c661c6e3e58cf8ced81732e40a79d4f
On Tue, 17 May 2022 18:29:44 GMT, Harshitha Onkar wrote:
>> In Windows, when desktop scaling is changed the tray icons was
>> distorted/blurred a bit each time scaling changes.
>>
>> With the proposed fix, the tray icon scales according to on-the-fly DPI
>> scale settings. A test case has been
On Thu, 28 Apr 2022 02:26:28 GMT, Harshitha Onkar wrote:
> In Windows, when desktop scaling is changed the tray icons was
> distorted/blurred a bit each time scaling changes.
>
> With the proposed fix, the tray icon scales according to on-the-fly DPI scale
> settings. A test case has been adde
On Wed, 18 May 2022 17:54:30 GMT, Alexey Ivanov wrote:
>> Encapsulate the logic of adding or modifying a notification icon aka tray
>> icon. This is to avoid code duplication between
>> [`AwtTrayIcon::WmTaskbarCreated`](https://github.com/openjdk/jdk/blob/7b988b31c661c6e3e58cf8ced81732e40a79d4f
> Encapsulate the logic of adding or modifying a notification icon aka tray
> icon. This is to avoid code duplication between
> [`AwtTrayIcon::WmTaskbarCreated`](https://github.com/openjdk/jdk/blob/7b988b31c661c6e3e58cf8ced81732e40a79d4f5/src/java.desktop/windows/native/libawt/windows/awt_TrayIco
On Wed, 18 May 2022 16:24:38 GMT, lawrence.andrews
wrote:
>> 1) Fixed Parser error by removing yesno from @run main/manual=yesno
>> 2) Used PassFaileJFrame to show the test instruction to the user instead of
>> printing the test instruction on the console or jtreg log file.
>> 3) If printer
On Sun, 1 May 2022 21:15:33 GMT, Phil Race wrote:
> This is the straggler from several PRs which were around making JDK classes
> sealed.
> There's nothing to be sealed here, but the same query pointed out that this
> class has
> no public or protected constructor (as well as no sub-classes) an
On Sun, 1 May 2022 19:31:01 GMT, Phil Race wrote:
> A tool checking for JNI errors complains that the call to
> JNU_NewStringPlatform(..)
> might throw an exception and subsequent JNI code isn't making sure of that.
> Clear the exception so the error handling code can do its thing.
This pull re
On Wed, 18 May 2022 13:58:22 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> I tried to avoid changing external libraries, there are quite a few such
> typos.
> Let me know if I should revert any files.
Marked
On Wed, 18 May 2022 16:24:38 GMT, lawrence.andrews
wrote:
>> 1) Fixed Parser error by removing yesno from @run main/manual=yesno
>> 2) Used PassFaileJFrame to show the test instruction to the user instead of
>> printing the test instruction on the console or jtreg log file.
>> 3) If printer
On Wed, 18 May 2022 13:58:22 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> I tried to avoid changing external libraries, there are quite a few such
> typos.
> Let me know if I should revert any files.
Marked
On Wed, 18 May 2022 13:58:22 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> I tried to avoid changing external libraries, there are quite a few such
> typos.
> Let me know if I should revert any files.
Marked
> 1) Fixed Parser error by removing yesno from @run main/manual=yesno
> 2) Used PassFaileJFrame to show the test instruction to the user instead of
> printing the test instruction on the console or jtreg log file.
> 3) If printer is not configured then mark the test as passed.
>
> @shurymury
On Wed, 18 May 2022 13:58:22 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> I tried to avoid changing external libraries, there are quite a few such
> typos.
> Let me know if I should revert any files.
Marked
On Wed, 18 May 2022 13:58:22 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> I tried to avoid changing external libraries, there are quite a few such
> typos.
> Let me know if I should revert any files.
Marked
Replaces usages of articles that follow each other in all combinations: a/the,
an?/an?, the/the…
I tried to avoid changing external libraries, there are quite a few such typos.
Let me know if I should revert any files.
-
Commit messages:
- 8284213: Replace usages of 'the a' in xml
On Tue, 17 May 2022 18:29:44 GMT, Harshitha Onkar wrote:
>> In Windows, when desktop scaling is changed the tray icons was
>> distorted/blurred a bit each time scaling changes.
>>
>> With the proposed fix, the tray icon scales according to on-the-fly DPI
>> scale settings. A test case has been
> Encapsulate the logic of adding or modifying a notification icon aka tray
> icon. This is to avoid code duplication between
> [`AwtTrayIcon::WmTaskbarCreated`](https://github.com/openjdk/jdk/blob/7b988b31c661c6e3e58cf8ced81732e40a79d4f5/src/java.desktop/windows/native/libawt/windows/awt_TrayIco
On Tue, 17 May 2022 20:59:37 GMT, Phil Race wrote:
>> This could even use pattern matching:
>>
>> if (g instanceof Graphics2D g2d) {
>> at = g2d.getTransform();
>
> I thought about that but (1) couldn't remember off-hand if it was still
> preview, (2) I was sure it would imp
On Tue, 17 May 2022 20:38:07 GMT, Alexey Ivanov wrote:
>> src/java.desktop/share/classes/javax/swing/border/EtchedBorder.java line 159:
>>
>>> 157: int stkWidth = 1;
>>> 158: if (g instanceof Graphics2D) {
>>> 159: at = ((Graphics2D) g).getTransform();
>>
>> We more
> Create a Regression test for
> [JDK-4515031](https://bugs.openjdk.java.net/browse/JDK-4515031)
>
> The issue indicates the need for a a getAccessibleDescription being
> implemented for the JFileChooser.
> The test added verifies the same.
> This review is for migrating tests from a closed test
> Create a regression test for JDK-4699544
>
> The subclass of javax.swing.JRootPane (AccessibleJRootPane) that implements
> the accessibility interface javax.accessibility.AccessibleComponent is
> derived from java.awt.AccessibleAWTComponent, which returns null for
> getAccessibleAt() because
Hello Philip
Le 17/05/2022 à 20:36, Philip Race a écrit :
Why is it unexpected ?
The purpose of ImageReaderSpi.canDecodeInput(Object) is to tell if the
source object seems to be supported by the reader. If the file is too
small, it is not supported by the reader. So a return value of false i
> Create an automated test for
> [JDK-4422362](https://bugs.openjdk.java.net/browse/JDK-4422362)
>
> The BoundedRangeModel components (JScrollBar, JSlider, JProgressBar) return
> BoundedRangeModel.getMaximum() from getMaximumAccessibleValue() in their
> AccessibleValue implementation.
> The real
> Create an automated test for
> [JDK-4422535](https://bugs.openjdk.java.net/browse/JDK-4422535)
> AccessibleValue implementation only accept Integers
> The AccessibleValue implementations of the following components:
>
> java.awt.Scrollbar
> javax.swing.AbstractButton
> javax.swing.JInternalFram
> Create an automated test for
> [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
>
> AccessibleJTable.setAccessibleSelction should select rows/cols when cell
> selection.
> When cell selection is not enabled, there is no way, using
> accessibility, to select rows or columns. It s
On Wed, 27 Apr 2022 08:08:32 GMT, Srinivas Mandalika
wrote:
>> Create an automated test for
>> [JDK-4495286](https://bugs.openjdk.java.net/browse/JDK-4495286)
>>
>> AccessibleJTable.setAccessibleSelction should select rows/cols when cell
>> selection.
>> When cell selection is not enabled, th
On Thu, 5 May 2022 23:58:01 GMT, Phil Race wrote:
> Get rid of the useless extra directory level
Done.
-
PR: https://git.openjdk.java.net/jdk/pull/8333
Hello Philip,
I have never used this object, but according to JavaDocs it says that
IOException is thrown "if an I/O error occurs while reading the stream". So in
theory, if we can read the file, but its size is less than we expect (e.g. a
magic number length), why cannot we simply return "fals
33 matches
Mail list logo