ER-108 Application controlled garbage collection is banned in a J2EE environment and mostly indicates lack of design.

Severity1
Enabledyes
Waivable
Violation
public void ejbRemove() {
	System.gc();
}
Fix
public void ejbRemove() {
}


Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.