<html> | |
<body> | |
Reports <b>public</b> constructors. Some coding standards discourage <b>public</b> constructors, preferring to use | |
<b>static</b> factory methods. This way the implementation can be swapped out without affecting the call sites. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |