[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2019-02-12 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16766555#comment-16766555 ] Stephan Herrmann commented on BCEL-267: --- {quote}In git master. Please verify and clos

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2019-02-11 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764979#comment-16764979 ] Gary Gregory commented on BCEL-267: --- PR: https://github.com/apache/commons-bcel/pull/23

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2019-02-11 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764975#comment-16764975 ] Gary Gregory commented on BCEL-267: --- Note: We do not use @author tags anymore in source c

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2019-01-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755467#comment-16755467 ] Gary Gregory commented on BCEL-267: --- I missed this issue when I did my Jira review for 6.

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2019-01-29 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755418#comment-16755418 ] Stephan Herrmann commented on BCEL-267: --- {quote}[ANNOUNCEMENT] Apache Commons BCEL 6.

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2017-12-11 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286764#comment-16286764 ] Stephan Herrmann commented on BCEL-267: --- I don't expect a silver bullet, but I can rep

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2017-12-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286752#comment-16286752 ] Sebb commented on BCEL-267: --- I already wrote that mutable statics are a bad idea [1]. Fixing those

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2017-12-11 Thread Torsten Curdt (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286699#comment-16286699 ] Torsten Curdt commented on BCEL-267: [~s...@apache.org] There is a difference between ac

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2017-12-11 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286650#comment-16286650 ] Stephan Herrmann commented on BCEL-267: --- {quote}Note that BCEL was not designed with m

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2017-12-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285720#comment-16285720 ] Sebb commented on BCEL-267: --- Note that BCEL was not designed with multi-threaded use in mind, so t

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2017-12-09 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16284987#comment-16284987 ] Stephan Herrmann commented on BCEL-267: --- Ping? A patch containing a test & the fix ha

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2016-11-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15700528#comment-15700528 ] Gary Gregory commented on BCEL-267: --- Hello [~shermann], Can you provide a patch and unit

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2015-09-29 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936009#comment-14936009 ] Stephan Herrmann commented on BCEL-267: --- These fields are nothing but an attempt at op

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2015-09-29 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935957#comment-14935957 ] Sebb commented on BCEL-267: --- Static mutable fields are definitely a bad idea - they are thread-hos

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2015-09-29 Thread Stephan Herrmann (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935916#comment-14935916 ] Stephan Herrmann commented on BCEL-267: --- {code}However, at this point in time there ar

[jira] [Commented] (BCEL-267) Race conditions on static fields in BranchHandle and InstructionHandle

2015-09-29 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/BCEL-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14935882#comment-14935882 ] Sebb commented on BCEL-267: --- Thanks for the report. However, at this point in time there are no p