Notes

Debug in eclipse, java.lang.OutOfMemoryError: PermGen space

  • increase the MaxPermSize for the run configuration
    -XX:MaxPermSize=256m
  • Refactoring
    Client side: code analysis
    Server side:
    -PMD: coding standard
    -FindBug: bug analysis
    -CPD: coding standard
    -Cobertura: code coverage

 

你可能感兴趣的:(java,eclipse)