opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created Spring Convert From Setter Injection To Constructor
Is there a quick way to switch from setter injection to contructor injection? -
Created [Feature Request] REST Client As A Shared Run Config
I wrote my own rest client to test out certain parts of my application and checked in a Run Config to share with the rest of the team.To my chargrin, I only just noticed that IDEA has a REST Client... -
Created Include A README Template
I just created this issue to create a template for README files.https://youtrack.jetbrains.com/issue/IDEA-145156Star the issue if you are as lazy as me and would like a template for your README.md ... -
Created Why Does The "hash" Change in dataSources.xml?
We have checked in the .idea/dataSources.xml file so that eveyone autmatically has the h2 database configured for them when they check out the project.However, the hash keeps changing even when the... -
Created Source Directories Not Being Created In New Project
AnsweredIf I create a new project using gradle from IDEA the directory structure (src/main/java etc) is not created.However, if I do gradle init --type java-library everything is.There are a few more comme... -
Created Interesting View On Youtrack - Oldest Items
I was looking through Youtrack and decided on a whim so look for the oldest issues :)https://youtrack.jetbrains.com/issues/IDEA?q=order+by%3A+created+asc+%23Unresolved+What is most interesting is t... -
Created Why Does IDEA Index So Much?
I have a project with a large amount of dependencies.Each time I change to a different version of this project e.g. in a different dir IDEA indexes again.Doesn't IDEA keep a hash of the jar along w... -
Created Could I Create A Standalone Git Client From IDEA?
AnsweredI like the IDEA diff and the VCS changes view etc.However, sometimes I am working on projects that are outside of IDEA but I would still like to use the IDEA git integration to make my life simpler... -
Created Is There An Option For dynamic.classpath?
My classpath got too long on Windows and I couldn't launch from IDEA.Setting this option in the workspace.xml fixed it<component name="PropertiesComponent"> ... <property name="dynamic.classpat... -
Created How Does IDEA Generate Such Good Variable Names?
I was investigating a test generation project and I found that it generated terrible variable names (var0, var1 etc)https://github.com/mernst/randoop/issues/51How does IDEA generate such useful var...