System.arraycopy intention error
sorry for posting this here, lack of time as usual:
there is a bug in the intention action for manual array copy
for (int i = 0; i < toSegs.length; i++)
{
result[i + fromLen] = toSegs+;
}
Please sign in to leave a comment.
Hello Michael,
MD> sorry for posting this here, lack of time as usual:
MD>
MD> there is a bug in the intention action for manual array copy
MD>
MD> for (int i = 0; i < toSegs.length; i++)
MD> {
MD> result[i + fromLen] = toSegs+;
MD> }
If you posted this to JIRA, it would prompt you for important details like
the build number of IDEA in which you encountered the problem. :)
This should have been fixed several Demetra builds ago.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
thanks for the answer, I saw it in #4267 - but at least nice to know it is fixed for Demetra ;)
Bye,
M.