Skip to content

Conversation

@ShahzaibIbrahim
Copy link
Contributor

Extracting out the OS handle creation logic into separate methods. Intention is to make them reusable if someone want to create only a OS handle within a Cursor class.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 1, 2025

Test Results

   546 files  ±0     546 suites  ±0   27m 12s ⏱️ - 4m 37s
 4 413 tests ±0   4 396 ✅ ±0   17 💤 ±0  0 ❌ ±0 
16 722 runs  ±0  16 595 ✅ ±0  127 💤 ±0  0 ❌ ±0 

Results for commit 3cd1a4b. ± Comparison against base commit 4ee25eb.

♻️ This comment has been updated with latest results.

Extracting out the OS handle creation logic into separate methods.
Intention is to make them reusable if someone want to create only a OS
handle within a Cursor class.
@HeikoKlare HeikoKlare changed the title Refactoring the Cursor constructors [Win32] Refactor the Cursor constructors Aug 3, 2025
Copy link
Contributor

@HeikoKlare HeikoKlare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The refactoring is fine. I just slightly adapted it to avoid method movements, such that the change remains small both for easier history lookup and for easier review.

@HeikoKlare HeikoKlare merged commit e8aadbb into eclipse-platform:master Aug 3, 2025
21 of 22 checks passed
@HeikoKlare HeikoKlare deleted the master-376-2 branch August 3, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactoring the Cursor constructors (moving initialization logic to other methods)

2 participants