File tree Expand file tree Collapse file tree
libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/data Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments