Community
Participate
Working Groups
Build Identifier: 20110615-0604 Creating something like: /** * {@inheritDoc} */ public AbstractPreferencePage( ) { super( ); } The inherit documentation the @inheritDoc is not recognized nor the documentation is inherted. For methods it works fine. Reproducible: Always
@inheritDoc is only for methods, not constructors.