Skip to content

コードフォーマット#2013

Open
xnie-yabin2 wants to merge 1 commit intofeature/excelView-devfrom
feature/excelView-code-format
Open

コードフォーマット#2013
xnie-yabin2 wants to merge 1 commit intofeature/excelView-devfrom
feature/excelView-code-format

Conversation

@xnie-yabin2
Copy link
Copy Markdown
Contributor

対応内容

最新のフォーマットルールを利用して、ソースをフォーマットする

closes #1988

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

レビュー観点・補足情報(任意)

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

最新のフォーマットルールに合わせて、org.iplass.mtp.view.generic.editor 配下の各 *PropertyEditor に付与されている @Jsps/@Jsp アノテーション周りのコード整形(スペース付与・改行/インデント調整)を行うPRです。

Changes:

  • @Jsp(path=..., key=...) の引数表記を path = ... , key = ... 形式へ統一
  • 長い @Jsp(...) 宣言を複数行に分割して可読性を改善
  • 既存のタブ/インデントをフォーマッタ出力に合わせて調整

Reviewed changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/TimestampPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/TimePropertyEditor.java @Jsps@Jsp の整形
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/StringPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/SelectPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/ReferencePropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/LongTextPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/IntegerPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/FloatPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/ExpressionPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/DecimalPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/DatePropertyEditor.java @Jsps@Jsp の整形
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/BooleanPropertyEditor.java @Jsps@Jsp の整形・改行
iplass-gem/src/main/java/org/iplass/mtp/view/generic/editor/AutoNumberPropertyEditor.java @Jsps@Jsp の整形・改行

@xnie-yabin2 xnie-yabin2 self-assigned this Apr 3, 2026
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.

2 participants