Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
JDO 2 rc1
-
None
Description
I propose to add new test queries to query test class query.jdoql.IdentifiersEqualFieldNames accessing a public static final field declared in a company model class, e.g add the following constant to class Department:
public static final int RECOMMENDED_NO_OF_EMPS = 2
This query works if the class name is used to qualify the static field name, e.g. Department.RECOMMENDED_NO_OF_EMPS