Skip to content

Facelift on spellchecker.bindings.htmlxml - #9508

Open
lkishalmi wants to merge 1 commit into
apache:masterfrom
lkishalmi:facelift-spellchecker.bindings.htmlxml
Open

Facelift on spellchecker.bindings.htmlxml#9508
lkishalmi wants to merge 1 commit into
apache:masterfrom
lkishalmi:facelift-spellchecker.bindings.htmlxml

Conversation

@lkishalmi

Copy link
Copy Markdown
Contributor

Some of my work on the Spellchecker. Nothing new, just modernization.

No rush, could be good for NB32...

@lkishalmi lkishalmi added this to the NB32 milestone Jul 14, 2026
@lkishalmi
lkishalmi requested review from BradWalker and mbien July 14, 2026 22:55
@mbien mbien added the Code cleanup Label for cleanup done on the Netbeans IDE label Jul 15, 2026
@apache apache locked and limited conversation to collaborators Jul 15, 2026
@apache apache unlocked this conversation Jul 15, 2026

@mbien mbien left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

looks good, sorry for the delay

package is private so it can be freely refactored

Comment on lines +41 to +42
private static final Map<String, String> MIME_TO_SETTING_NAME = Map.ofEntries(
Map.entry("text/html", "HTML"), //NOI18N

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nitpick: could use regular Map.of(k, v) since it is below 10 key-value pairs.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nothing changed in this file looks like only the dep order?

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 Editor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants