LONG was converted to NUMERIC

I had created an ER old model and when I loaded it in the latest DBVA here’s what happened. All Long data types became Numeric(0,0) and when I try to generate java code, all Numeric(0,0) are converted to data type ‘decimal’ which does not exist in Java. Is this normal?