Skip to content

Conversation

@yutaro-sakamoto
Copy link
Contributor

-java-packageオプションを実装し、この変更に対するテストを追加した。
このオプションにより、生成されるJavaソースコードの先頭にpackage文を追加できる。

たとえば、

cobj -java-package=libcobj.test a.cbl

とすれば、生成されるJavaソースコードの先頭に下記の行が追加される。

package libcobj.test;

@yutaro-sakamoto yutaro-sakamoto merged commit 6068c82 into opensourcecobol:develop Jan 20, 2023
@yutaro-sakamoto yutaro-sakamoto deleted the feature/java-package-option branch June 26, 2024 15:47
kio-watanabe pushed a commit to kio-watanabe/opensourcecobol4j that referenced this pull request Apr 30, 2025
* [Update]: pass -deprecation and -unchecked to sbt

* [Update]: add some options to sbt and fix deprecated code

* Add `-Werror`, `-deprecated` and `-unchecked` to sbt command
* Resolve deprecated code in scala files

* [Update]: Replace System.getenv with sys.env.get

* [Update]: replace System.lineSeparator with propOrElse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant