Sebastian Stern

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Sebastian Stern created a post, Maven: Use custom extended dependency resolution
In our company we use have an extension to the current maven version (3.6.3) that enhances the the dependency resolution for our needs. The aim of this extension is to provide a runtime dependency ... -
Sebastian Stern created a post, AnsweredKeep TreeSpeedSearch visible after enter key
In my plugin I'm using a Tree and a TreeSpeedSearch for faster access to the elemts. The Tree has an InputMap, that triggers an action on typing enter. However, the TreeSpeedResult result is then c... -
-
Sebastian Stern created a post, AnsweredCustom Inspection for missing annotation
We have some classes that require a specific custom annotation, based on their class name. I wanted to add a custom inspections that triggers a warning, whenever this annotation is missing from suc... -
Sebastian Stern created a post, Unnecessary warning: int doesn't have expected attribute __getitem__
I get a warning for one of my functions, saying the type int doesn't have the expected attribute __getitem__. I know that this comes from this part: type(rule[0]) == list However, I don't know why ... -
Sebastian Stern created a post, AnsweredInspections settings page empty
When I open the Inspections settings page in IntelliJ, all I see is a grey, empty page. I can't see any inspections to change. There's no error message or similiar, just a blank page. When I starte...