[
https://jira.jboss.org/jira/browse/JBPM-2418?page=com.atlassian.jira.plug...
]
Tom Baeyens updated JBPM-2418:
------------------------------
Description:
public interface TaskQuery {
...
String PROPERTY_DUEDATE = "dueDate";
while
public class TaskImpl ... {
...
protected Date duedate;
This bug points out that the query API does not yet have enough test coverage. So before
fixing this type, a test should be created that fails. And then fixing the typo should
make the test succeed.
Also for the other properties and methods, tests should be written. This issue includes
checking and fixing that kind of coverage for all other queries in the api.
was:
public interface TaskQuery {
...
String PROPERTY_DUEDATE = "dueDate";
while
public class TaskImpl ... {
...
protected Date duedate;
fix dueDate property in TaskQuery
---------------------------------
Key: JBPM-2418
URL:
https://jira.jboss.org/jira/browse/JBPM-2418
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Tom Baeyens
Fix For: jBPM 4.1
public interface TaskQuery {
...
String PROPERTY_DUEDATE = "dueDate";
while
public class TaskImpl ... {
...
protected Date duedate;
This bug points out that the query API does not yet have enough test coverage. So before
fixing this type, a test should be created that fails. And then fixing the typo should
make the test succeed.
Also for the other properties and methods, tests should be written. This issue includes
checking and fixing that kind of coverage for all other queries in the api.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira