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-362

synchronized keyword

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.0-beta-5
  • Fix Version/s: 1.0-JSR-4
  • Component/s: None
  • Labels:
    None

Description

class Syn {
pr() {
synchronized(this) {println 'hello'}
}
}
new Syn().pr()

produced:

java.lang.VerifyError: (class: Syn, method: pr signature: ()Ljava/lang/Object Unable to pop operand off an empty stack

Issue Links

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

New Feature - A new feature of the product, which has yet to be developed. GROOVY-247 support synchronized blocks

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

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
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:
    Bing Ran
Vote (1)
Watch (1)

Dates

  • Created:
    04/Apr/04 6:16 AM
    Updated:
    05/Nov/05 5:12 PM
    Resolved:
    05/Nov/05 5:12 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.