On wrote:
|
Unimozer should check if the names entered are correct Java-identifiers. Places where this control should happen:
- class names
- field names
- constructor names
- method names
- objet names
=> Correct identifiers are very important for BeanShell to work correctly. |
|