Chengt
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Chengt created a post, Equals and HashCode live template
This has been discussed before but I couldn't find any answers.Is there a way to create a template that iterates all the variables of a class?This would be helpful to create custom equals/hashcode ... -
Chengt created a post, Why not make 64 bit default?
I'm curious why x86_64 option isn't moved up in JVMArchs and LSArchitecturePriority.As it is now, 32 bit will always be selected unless you move them up manually (correct me if I'm wrong here).Why... -
-
-
Chengt created a post, Idea X maven support doesn't interpolate dependencies
I have a dependency configured as: <dependency> <groupId>${project.groupId}</groupId> <artifactId>core-configuration</artifactId> </dependency>Intellij X can't seem ...