question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: IDE experience incorrectly flags `inherit` constructor chaining where no vals

See original GitHub issue

Using 2022.3.3 on a Mac, the IDE flags an (admittedly esoteric) bit of syntax, that compiles fine: image (if I add a dummy val, it works fine)

References:

Issue Analytics

  • State:closed
  • Created a month ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
bartelinkcommented, Aug 7, 2023

Apologies, doh! (I was distracted by an on March 20, 2023 in the about and didn’t even consider I could be that far behind - I didn’t actually read the version number I pasted above!) Closing; will necropost if it turns out this still repros

1reaction
bartelinkcommented, Aug 8, 2023

I’ll see if it’s safe to backport it to a bug fix release.

Please don’t; I’ll wait

Read more comments on GitHub >

github_iconTop Results From Across the Web

Constructor Chaining In Java with Examples
Constructor chaining occurs through inheritance. A sub-class constructor's task is to call super class's constructor first.
Read more >
Why do this() and super() have to be the first statement in a ...
Since every class in Java inherits from Object , objects constructor must be called somehow and it must be executed first.
Read more >
Method overloads with default parameter values should not ...
This rule raises an issue when an overload with default parameter values is hidden by another overload that does not have the optional...
Read more >
Android Studio 2022.2.1 Closed Issues
Error : "No VersionRequirement with the given id in the table" after ... Lint only checks safe casts for directly implemented interfaces, not...
Read more >
Bug listing with status RESOLVED with resolution INVALID as ...
Bug :27 - "Test" status:RESOLVED resolution:INVALID severity:normal ... Bug:2367 - "gentoo-sources compile problem if APIC-IO is not selected in make ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found