[jira] Commented: (LANG-370) Document thread safety of classes

2010-04-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856414#action_12856414 ] Adrian Crum commented on LANG-370: -- Why not create our own thread safety Annotation

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843834#action_12843834 ] Sebb commented on LANG-370: --- Forgot to add: using interfaces is an interesting idea, but I don't

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-10 Thread Jason Ng Yong Liang (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843868#action_12843868 ] Jason Ng Yong Liang commented on LANG-370: -- Yes, I agree that using marker

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-09 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843051#action_12843051 ] Paul Benedict commented on LANG-370: I agree with Sebb. For this ticket, prefer comments

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12843020#action_12843020 ] Sebb commented on LANG-370: --- The problem with the JCIP annotations as they stand is that the jar

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-08 Thread Jason Ng Yong Liang (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842896#action_12842896 ] Jason Ng Yong Liang commented on LANG-370: -- As mentioned in [#LANG-398], perhaps

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840542#action_12840542 ] Henri Yandell commented on LANG-370: For the moment, I'm going with the gorgeous javadoc

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-03 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840586#action_12840586 ] Sebb commented on LANG-370: --- That's good - it can easily be found and converted to annotations

[jira] Commented: (LANG-370) Document thread safety of classes

2010-03-03 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841022#action_12841022 ] Sebb commented on LANG-370: --- Note: the JCIP annotations are: @ThreadSafe @NotThreadSafe @Immutable

[jira] Commented: (LANG-370) Document thread safety of classes

2010-02-25 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838710#action_12838710 ] Henri Yandell commented on LANG-370: Let's agree first then on a format to declare

[jira] Commented: (LANG-370) Document thread safety of classes

2010-02-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837708#action_12837708 ] Henri Yandell commented on LANG-370: My general view on this btw is that a class should

[jira] Commented: (LANG-370) Document thread safety of classes

2010-02-24 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837855#action_12837855 ] Sebb commented on LANG-370: --- Unfortunately it can be difficult to ensure thread-safety; it's much