paulirwin / JavaToCSharp

Java to C# converter
MIT License
266 stars 90 forks source link

Transformer: Support converting default/private interface methods, #53 #60

Closed paulirwin closed 1 year ago

paulirwin commented 1 year ago

This converts interface methods with a body, such as default and private interface methods, to C# 8 interface methods with bodies.

Also, this cleans up some use of modifier keyword determination that was messy as a reult of the JavaParser upgrade.