Skip to content

不要な定数を削除(#1791)#1792

Merged
hkondoh merged 1 commit into
masterfrom
feature/1791-adminconsole-constant-refactor
Jun 20, 2025
Merged

不要な定数を削除(#1791)#1792
hkondoh merged 1 commit into
masterfrom
feature/1791-adminconsole-constant-refactor

Conversation

@hkondoh

@hkondoh hkondoh commented Jun 20, 2025

Copy link
Copy Markdown
Contributor

対応内容

closes #1791

動作確認・スクリーンショット(任意)

以下を確認した。

  • 定数削除によるコンパイルエラーが発生しないこと

@hkondoh hkondoh self-assigned this Jun 20, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

このPRは不要な定数を削除することで、コードの整理と保守性向上を目的としています。

  • 不要な定数をまとめて削除して、インターフェースの簡潔化を実現
  • 削除された定数が原因のコンパイルエラーが発生しないことを確認済み
Comments suppressed due to low confidence (1)

iplass-admin/src/main/java/org/iplass/adminconsole/client/base/ui/widget/ScriptEditorDialogConstants.java:39

  • 不要な定数の削除によりコードが整理され、保守性が向上しています。関連するドキュメントやコメントがこれらの定数に依存していないかも併せて確認してください。
	public static final String ENTITY_NORMALIZER = "Entity.Normalizer";

@hkondoh
hkondoh merged commit 6f7946a into master Jun 20, 2025
3 checks passed
@hkondoh
hkondoh deleted the feature/1791-adminconsole-constant-refactor branch June 20, 2025 06:47
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.

AdminConsole: 不要なスクリプトエディタ用定数を削除する

2 participants