On Fri, 17 Apr 2026 18:41:21 GMT, Andy Goryachev <[email protected]> wrote:

> Fixes Eclipse build errors due to removal of `jdk.jsobject`.
> 
> Also updated `build.gradle` to create the `graphics/build/msl` directory 
> regardless of the platform, to silence the 'missing directory' warning on 
> windows/linux.
> 
> Reviewers: enable 'ignore whitespace' when looking at the diffs, I don't know 
> why github messed them up.
> 
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

You can use the button in the toolbar that looks like a lowercase Q (q) to 
enable white space visibility in Eclipse. You can also configure Eclipse to 
specifically always show bad white space (like CR, which is probably what 
causes the issue here) when files should just have LF endings only. This is how 
I usually have white space set up, so I can immediately see:

- Tabs used
- Trailing white space
- CR endings

<img width="857" height="575" alt="image" 
src="https://github.com/user-attachments/assets/2f0d13e5-3a91-4fca-b02a-e092f907752d";
 />

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2153#issuecomment-4272140815

Reply via email to