Yevgen Bushuyev
- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 37
-
创建于 After upgrading to 12.1.4 "Groovyc: Internal groovyc error: code 1"
Hi, After upgrading to 12.1.4 a simple ee7/maven/glassfish (no groovy) project doesn't compile anymore giving following error:Information:Groovyc: Cannot compile Groovy files: no Groovy library is ... -
创建于 Idea loads wrong source for dubgging
Hi,I have two wars in my project each using same dependency but with differenet versions. When debugging with run:jetty source is being loaded from wrong dependency, i.e. one from other war. Is the... -
创建于 visualize xsd/wsdl
已回答Hi,Is there any way to get xsd/wsdl structure visualized in idea? Best regards, Eugene. -
创建于 svn branching with unstable trunk
Hi,Does the dreadful message "This will make branch ... no longer usable for further work..." I saw when tyring to merge branch changes into trunk imply that idea is geared towards "The stable trun... -
创建于 Maven profile dependency
Hi,I have a module with two profiles, each with its own set of dependencies. Now I want to write a class (A) wich uses other class (B) from another project's module (M) which is added as dependency... -
创建于 class for the misc/singletons template
Hi,In hope to see how to write a template which searches for a featured (test/static, etc) and regexped (contains specifically named variable/other method) method (as here http://devnet.jetbrains.... -
创建于 structural search template with method body
Hi,Can't figure out how to write a template which would search methods by pattern on their body. For example I want to find all static methods which invoke specific method on another class. First I... -
创建于 get parameters autogenerated for a method invocation
Hi,I can't get parameters autogenerated for a method invocation. Can't believe this is impossible with idea. To make it clear, consider:class A { public void method1(String xxx){ ... }}c... -
创建于 Find static method invocations
Hi,Please help me with next problem - I have a class X in a library, there are a lot of places throughout the code where X's static methods are invoked. I want to find all such palces, so I placed ... -
创建于 Java Class from multiple jar files
Hi,I have a maven project where same class resides in two jars - main one and jar built from partly available sources. When I search for classes with Ctrl+N I want to select opensourced jar so that...