OpenPojo / openpojo

POJO Testing & Identity Management Made Trivial
http://openpojo.com
Apache License 2.0
156 stars 40 forks source link

FilterNonConcrete not working properly. #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have this filterchain:
        PojoClassFilter pojoClassFilter = new FilterChain( new FilterEnum(), 
                                                           new FilterPackageInfo(), 
                                                           new FilterNonConcrete() );

This pojo:

public abstract class AbstractAgreementProposal
    extends AbstractVo
{

    private static final long serialVersionUID = 8731822437600937681L;

}

1. it shouldn't be picked up
2. it would be nice if openpojo could ignore the special private static final 
member serialVersionUID as it specified by the java language itself. Maybe a 
SerializableRule could be made that checks that serialVersionUID in fact is 
declared in a Serializable bean?

Original issue reported on code.google.com by davidkar...@gmail.com on 16 Feb 2011 at 2:23

GoogleCodeExporter commented 9 years ago
I wasn't able to reproduce, can you please attach a sample code that 
demonstrates the failure?

Thanks,

Osman

Original comment by oshou...@gmail.com on 17 Feb 2011 at 3:41

GoogleCodeExporter commented 9 years ago
Hmm, false alarm. Please close this.

Original comment by davidkar...@gmail.com on 18 Feb 2011 at 12:34

GoogleCodeExporter commented 9 years ago
Thank you...

Original comment by oshou...@gmail.com on 18 Feb 2011 at 6:04