Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Online Resources For Java Coding Best Practices

Common Java coding problems

Common Java Security Anti-patterns

Common Java Platform Antipatterns

  1. Assuming objects are immutable
  2. Basing security checks on untrusted sources
  3. Ignoring changes to superclasses
  4. Neglecting to validate inputs
  5. Misusing public static variables
  6. Believing a constructor exception destroys
    the object

This powerpoint presentation comes for JavaOne 2006 Entitled 'Common Java Security Anti-patterns'. It contains code examples of each of the above antipatterns.

  • No labels