Gautier DI FOLCO created JAMES-2928:
---------------------------------------

             Summary: GenericMailet does not have a consistent precondition 
policy
                 Key: JAMES-2928
                 URL: https://issues.apache.org/jira/browse/JAMES-2928
             Project: James Server
          Issue Type: Improvement
    Affects Versions: 3.2.0
            Reporter: Gautier DI FOLCO


GenericMailet does not have a consistent precondition policy leading to a 
tedious developer experience.

 

For example:
{code:java}
getInitParameter(String name)
{code}
does not have precondition

while
{code:java}
boolean getInitParameter(String name, boolean defaultValue)
{code}
have a kind of precondition



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to