jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • groovy
  • GROOVY-247

support synchronized blocks

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0-JSR-4
  • Component/s: None
  • Labels:
    None

Description

synchronize (expression) {
...
}

Issue Links

duplicates

Bug - A problem which impairs or prevents the functions of the product. GROOVY-362 synchronized keyword

  • Critical - Crashes, loss of data, severe memory leak.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.
is depended upon by

Task - A task that needs to be done. GROOVY-763 implement java parts

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.
is duplicated by

Bug - A problem which impairs or prevents the functions of the product. GROOVY-800 VerifyError with synchronized

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Bug - A problem which impairs or prevents the functions of the product. GROOVY-947 VerifyError with Runnable.run and synchronized wait()-notify

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Chris Poirier added a comment - 08/Mar/04 11:27 AM

The parser for this is currently broken when synchronized() {} is used as a top-level element. I'm fixing it now.

Show
Chris Poirier added a comment - 08/Mar/04 11:27 AM The parser for this is currently broken when synchronized() {} is used as a top-level element. I'm fixing it now.
Hide
Permalink
Chris Poirier added a comment - 11/Mar/04 3:00 PM

The parser now supports synchronized blocks as top-level code (as well as in methods).

Show
Chris Poirier added a comment - 11/Mar/04 3:00 PM The parser now supports synchronized blocks as top-level code (as well as in methods).
Hide
Permalink
Tiago Silveira added a comment - 23/Nov/04 11:09 AM

Isn't this the same as GROOVY-362?

http://jira.codehaus.org/browse/GROOVY-362

I'd like to see that working as soon as possible... : )

Show
Tiago Silveira added a comment - 23/Nov/04 11:09 AM Isn't this the same as GROOVY-362? http://jira.codehaus.org/browse/GROOVY-362 I'd like to see that working as soon as possible... : )
Hide
Permalink
Guillaume Laforge added a comment - 24/Nov/04 12:11 PM

Support for synchronized(foo) { ... }

Show
Guillaume Laforge added a comment - 24/Nov/04 12:11 PM Support for synchronized(foo) { ... }

People

  • Assignee:
    Guillaume Laforge
    Reporter:
    james strachan
Vote (2)
Watch (1)

Dates

  • Created:
    08/Mar/04 4:26 AM
    Updated:
    05/Nov/05 5:13 PM
    Resolved:
    05/Nov/05 5:13 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.