joern icon indicating copy to clipboard operation
joern copied to clipboard

[c#] Default constructor / static constructor

Open AndreiDreyer opened this issue 2 years ago • 0 comments

When a default constructor / static constructor is not explicitly defined it does not get generated. Similar to Java, these constructors should be generated if not explicitly defined and the required field initialization should be present in the applicable constructors.

AndreiDreyer avatar Feb 06 '24 09:02 AndreiDreyer