(empty log message)
@@ -1,6 +1,4 @@ | ||
1 | 1 | 8.2.1.0 (2022/07/15) |
2 | - [TableFilter_MAPCLM 新規作成] | |
3 | - | |
4 | 2 | [警告抑制] |
5 | 3 | @SuppressWarnings(value={"unchecked"}) 等の警告抑制を、メソッド全体ではなく、 |
6 | 4 | 局所的な抑制に変更する。 |
@@ -9,6 +7,9 @@ | ||
9 | 7 | hayabusa\taglib\ScheduleTag.java(292): @SuppressWarnings(value={"unchecked"}) |
10 | 8 | hayabusa\taglib\ScheduleTag.java(386): @SuppressWarnings(value={"unchecked"}) |
11 | 9 | |
10 | + [@Override オーバーライドアノテーションの見直し] | |
11 | + 8.2.1.0_refactoring.txt 参照 | |
12 | + | |
12 | 13 | [deprecation 対応] |
13 | 14 | poi-5.0.0 対応(CellType.forInt( FormulaRecord#getCachedResultType() ) → FormulaRecord#getCachedResultTypeEnum() ) |
14 | 15 | fukurou\model\EventReader_XLS#processRecord( final Record record ) |