Róbert Papp
Róbert Papp
This is just a specific example, in general treating `fun`s and `val`s the same level is necessary as they're capable of the same things (wrt to scoping). There are a...
> A property is like a function in a low-level. But we don't work at that low-level. ignoreFunction Yes, I know, the reason I opened this issue is because we...
Does this need more info, or have reached a conclusion?
Yeah, that's perfect, a separately maintainable and improvable page. We could even explain some common issues like this one, linking to specific issues, etc.
Does #5300 fix this? I would like still to see a website for explaining debugging and common issues, but #5300 implemented my initial suggestion from this just GitHub didn't pick...
I created a self-contained repro in duplicate https://github.com/detekt/detekt/issues/5396 * https://github.com/TWiStErRob/repros/tree/master/detekt/BindingContext-internal-test * `gradlew cleanDetektTest detektTest`
@cortinico @BraisGabin I would like to work on this. Would you accept it? If yes, - Could you give me some pointers if necessary other than [CONTRIBUTING.md](https://github.com/detekt/detekt/blob/main/.github/CONTRIBUTING.md)? - Who would...
Thanks for all the info, I can have a deeper look over the weekend hopefully. @BraisGabin I like your caution, makes sense, I think I'll consider the external plugin too,...
If you build an expression hierarchy, or similar, you might introduce an intermediate base class for grouping part of the class hierarchy.
Me, not for a month probably. @dawidhyzy-ifolor can you please share your use case in more detail, it might help with unit tests.