Skip to content

Commit 09786e0

Browse files
chore: remove unused methods (#764)
1 parent 2b8e428 commit 09786e0

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/data/AbstractCobolField.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,6 @@ public int getFieldSize() {
125125
return this.size - (this.attribute.isFlagSignSeparate() ? 1 : 0);
126126
}
127127

128-
/**
129-
* TODO: 準備中
130-
*
131-
* @return TODO: 準備中
132-
*/
133-
public CobolDataStorage getFieldData() {
134-
if (this.attribute.isFlagSignSeparate() && this.attribute.isFlagSignLeading()) {
135-
return new CobolDataStorage(
136-
this.dataStorage.getRefOfData(), this.dataStorage.getIndex() + 1);
137-
} else {
138-
return this.dataStorage;
139-
}
140-
}
141-
142128
/**
143129
* バイト配列の中で(符号データではなく)数値データの格納されている最小の添え字を返す
144130
*
@@ -948,15 +934,6 @@ protected int alnumCmps(
948934
return 0;
949935
}
950936

951-
/**
952-
* TODO: 準備中
953-
*
954-
* @return TODO: 準備中
955-
*/
956-
public BigDecimal getBigDecimal() {
957-
return BigDecimal.ZERO;
958-
}
959-
960937
/**
961938
* TODO: 準備中
962939
*

0 commit comments

Comments
 (0)