Robert Difalco

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
-
-
-
Robert Difalco created a post, AnsweredWorkaround for unnecessary scanning and indexing?
Every time I do a mvn build from a console, IntelliJ does a long scan and index when I switch back to it. In my mind this should not be happening since the only files that changed are in the exclud... -
Robert Difalco commented, -
Robert Difalco created a post, AnsweredIndexing Issues in 2017.1 March 22nd
In the March 22nd version of 2017.1 something has changed in indexing from previous versions. I use Git integration FWIW. Pretty much every time I make the app active it starts indexing and it also... -
-
Robert Difalco created a post, Spring with 14.1.4 Could not Autowire Test
Someting happened when I recently upgraded from 14 to 14.1.4. I have a base unit test class that is defined like this: @RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration( classes = { ... -
Robert Difalco created a post, Possible Bug in Spring Facets
If I expose a concrete class as a Bean in a @Configuration class IntelliJ till think the class is setup as a @Component and if it has a constructor that takes an argument I will get a "Class does n... -