Sebastian Stern

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Created 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 ... -
Created Keep TreeSpeedSearch visible after enter key
AnsweredIn 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... -
Created Custom Inspection for missing annotation
AnsweredWe 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... -
Created 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 ... -
Created Inspections settings page empty
AnsweredWhen 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...