Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,6 @@ public int getFieldSize() {
return this.size - (this.attribute.isFlagSignSeparate() ? 1 : 0);
}

/**
* TODO: 準備中
*
* @return TODO: 準備中
*/
public CobolDataStorage getFieldData() {
if (this.attribute.isFlagSignSeparate() && this.attribute.isFlagSignLeading()) {
return new CobolDataStorage(
this.dataStorage.getRefOfData(), this.dataStorage.getIndex() + 1);
} else {
return this.dataStorage;
}
}

/**
* バイト配列の中で(符号データではなく)数値データの格納されている最小の添え字を返す
*
Expand Down Expand Up @@ -948,15 +934,6 @@ protected int alnumCmps(
return 0;
}

/**
* TODO: 準備中
*
* @return TODO: 準備中
*/
public BigDecimal getBigDecimal() {
return BigDecimal.ZERO;
}

/**
* TODO: 準備中
*
Expand Down