One mistake I've seen in many code reviews is that some of my coworkers will use PXSelectGroupBy, etc in their PXProjections instead of the proper Select
While this does lead to a runtime issue, namely an error along the lines of No parameterless constructor defined for this object., it'd probably be easier for a lot of developers if Acuminator had a diagnostic about this.