Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3242572
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:19:52+00:00 2026-05-17T18:19:52+00:00

Groovy seems to be unable to compile a class where I’ve derived from a

  • 0

Groovy seems to be unable to compile a class where I’ve derived from a Generic base class and overloaded a method returning a generic array. The same example in Java appears to compile correctly, which is surprising as I expected Groovy to have source-level compatibility [ref].

This can be reproduced with the following adapter example. This example can also be executed online at the awesome Groovy Web Console.

class Person {}

​abstract class Base​Adapter<T> {
    public T[] getAll() {
        return getAllInternal();
    }

    protected abstract T[] getAllInternal()
}

class PersonAdapter extends BaseAdapter<Person> {
    protected Person[] getAllInternal() {
        return new Person[0];
    }
}​

Compiling this produces the message:

Script1.groovy: 12: The return type of Person[] getAllInternal() in PersonAdapter is incompatible with [Ljava.lang.Object; getAllInternal() in BaseAdapter
. At [12:5]  @ line 12, column 5.
    protected Person[] getAllInternal() {
    ^

1 error

Have I got the syntax incorrect? Or, is this a Groovy issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T18:19:52+00:00Added an answer on May 17, 2026 at 6:19 pm

    I expected Groovy to have source-level compatibility.

    The source-level compatibility is maybe 90% but not perfect (nor is this a goal).

    Have I got the syntax incorrect? Or, is this a Groovy issue?

    Probably a bug. Please file a bug report.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It seems that Groovy does not support break and continue from within a closure.
It seems like Groovy was forgotten in this thread so I'll just ask the
Groovy adds the execute method to String to make executing shells fairly easy; println
Using groovy, would you expect better performance in terms of speed and memory overhead
In Groovy, how do I grab a web page and remove HTML tags, etc.,
I am a total Groovy newbie. I saw the following code here . def
I have a groovy script with an unknown number of variables in context at
I have a groovy script that needs a library in a jar. How do
I started dabbling in groovy yesterday. There's an example on the groovy website that
like this: Groovy: map = ['a':1,'b':2] doubler = this.&doubleMethod map.each(doubler) println map What's the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.