pcj icon indicating copy to clipboard operation
pcj copied to clipboard

Optimisation, fixe some bugs, add some comments

Open pprados opened this issue 7 years ago • 0 comments

  • I use K or V in place of Object in containers
  • It's not acceptable to have a System.exit(). I convert the code to throw a HeapCorruptedError exception.
  • I change the version type in header from int to long, and set with the serialVersionUID, after add a Serializable in the generator and generated classes
  • I add the annotation @PersistentObject in each persistent object ;-)
  • I add a cache in typeForClass() and add a strategy for Scala code
  • I change the constructor of PersistentObject to be compatible with Scala
  • I remove some unused import
  • I add some @Override

This change is Reviewable

pprados avatar Jul 19 '17 08:07 pprados