redhat-developer / redhat-developer/quarkus-ls
Use ProcessHandle.of(pid) in ParentProcessWatcher
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
could be updated to use ProcessHandle.of(pid), similar to https://github.com/eclipse/eclipse.jdt.ls/commit/c2f47104adf29dcfc48f7c6d67e7604bbe4ee8e7
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open qute.ls/com.redhat.qute.ls/src/main/java/com/redhat/qute/ls/commons/ParentProcessWatcher.java and inspect lines 84-94. Compare the existing code with the referenced Eclipse JDT LS commit and update this parent-process check to use ProcessHandle.of(pid). Done means the watcher uses the requested API without changing its behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devtools
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100