Serge Weinstock
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Issues with the parsing of gtests
Hi, I have issues when running gtest in CLion: some of the debugging output I do during tests is not displayed. Whatever level I select in the Test Results windows, some of the debugging output doe... -
Created How to make Intellij detect Spring beans defined in generic parent class
Hi, I have a lot of code looking like this import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class Configuration...