When code completion is invoked immediately after a static property call, package names are suggested instead of the expected members.
When completion is triggered with a trailing @, the suggestions mirror those for SqlElClass elements rather than DAO parameters.
/* id.longValue() + <caret> @example.entity.Employee@ */0

When a static field-access element is preceded by another field-access element in the code, invoking completion suggests DAO parameters instead of the expected static properties related to SqlElClass. This causes incorrect suggestion context in chained field-access expressions.
/* id + @example.entity.Employee@<caret> */0
