Skip to content

RequestProcessor warning fixes and minor update#9330

Merged
mbien merged 1 commit intoapache:masterfrom
mbien:rp-updates
Apr 14, 2026
Merged

RequestProcessor warning fixes and minor update#9330
mbien merged 1 commit intoapache:masterfrom
mbien:rp-updates

Conversation

@mbien
Copy link
Copy Markdown
Member

@mbien mbien commented Apr 10, 2026

  • use SortedSet#removeFirst instead of getFirst()+remove()
  • remove ThreadDeath and AccessController.doPrivileged() usage
  • convert Maps of type WeakHashMap to Set where applicable
  • generics rawtype warning fixes, diamonds, overrides and similar minor renovations
  • javadoc typos

low priority, can wait for NB 31 unless it gets a review in time

@mbien mbien added Code cleanup Label for cleanup done on the Netbeans IDE Platform [ci] enable platform tests (platform/*) labels Apr 10, 2026
Copy link
Copy Markdown
Contributor

@eirikbakke eirikbakke left a comment

Choose a reason for hiding this comment

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

Straightforward cleanup. The "implements PrivilegedAction" stuff was related to long-removed workarounds for JNLP and Applet environments. Thanks!

@mbien mbien marked this pull request as draft April 11, 2026 18:19
 - use SortedSet#removeFirst instead of getFirst()+remove()
 - remove ThreadDeath and AccessController.doPrivileged() usage
 - convert Maps of type WeakHashMap to Set where applicable
 - generics rawtype warning fixes, diamonds, overrides and similar
   minor renovations
 - javadoc typos
@mbien mbien marked this pull request as ready for review April 13, 2026 18:23
@mbien mbien added this to the NB30 milestone Apr 13, 2026
@mbien mbien merged commit 3b75460 into apache:master Apr 14, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Code cleanup Label for cleanup done on the Netbeans IDE Platform [ci] enable platform tests (platform/*)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants