Weak modeling often shows through unrelated fields or convoluted dependencies, which can hinder maintenance and scalability. For instance, including a Customer’s address in a Product class suggests a misunderstanding of domain boundaries, leading to tightly coupled code that's difficult to modify.
Additional Notes
What can indicate weak modeling in a Java class design?