Hi, So if someone will edit code intensively he(she) can broke libraries? What if file in libraries and in source tree with same name? With me it was exactly like that I change source of library(I didn't know about it yet) compile and nothing was changed in program it takes a time to figure what happened. That's why this question was asked. May be some kind of warning required or option to keep library source read-only. I'm sure issue in Jira exists. But Jira can search only in one project so ...
use case: have a huge jar in the classpath that you need to debug.
1. find usages etc. would be really helpful to work inside that jar 2. of course it would be helpful to be able to decompile some of the classes, recompile them and set breakpoints in them
Are you expecting Hector to work in libraries?
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Hi Eugene,
I'm expecting library sources not editable. It will be just sources not library sources if they editable I think... May be it's wrong.
TIA,
Dmitry
This has been asked numerous times... IIRC, it was even scheduled for Irida, but it must have slipped in the schedule. Any words about this, Maxim?
They are editable just like any non-project java file without R/O attribute is editable.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Dmitry Kashin" <no_mail@jetbrains.com> wrote in message news:25029786.1123675914768.JavaMail.itn@is.intellij.net...
>
Hi,
So if someone will edit code intensively he(she) can broke libraries? What if file in libraries and in source tree with same name? With me it was exactly like that I change source of library(I didn't know about it yet) compile and nothing was changed in program it takes a time to figure what happened. That's why this question was asked.
May be some kind of warning required or option to keep library source read-only. I'm sure issue in Jira exists. But Jira can search only in one project so ...
TIA,
Dmitry
http://www.jetbrains.net/jira/browse/IDEABKL-2666
http://www.intellij.net/tracker/idea/viewSCR?publicId=30046
http://www.intellij.net/tracker/idea/viewSCR?publicId=6957
it is really not optimal.
use case: have a huge jar in the classpath that you need to debug.
1. find usages etc. would be really helpful to work inside that jar
2. of course it would be helpful to be able to decompile some of the classes, recompile them and set breakpoints in them
this is not really conveniently possible now.
M.