build 3260 is having real problems w/our legacy 1.4 code
Hi all!
I've posted a problem in JIRA that we're having with build 3260 (but not with any previous build) where existing projects using something similar to the following is throwing an error at the import line (note this is for legacy code using JDK 1.4.2 and 1.4 language constructs).
package com.ndsapps.webservices;
import com.ndsapps.data.enum.DataType;
public class ErrTest
{
}
and this makes the entire code set bad. They ended up marking it "resolved" saying I needed to restart; I added more info, including screenshots from both 3245 and 3260 but am not sure if its going to get looked at. Do I need to make a new JIRA entry or what?
Thanks!
rob.
Please sign in to leave a comment.
I ran into the same problem (packages with enum in them), which actually
caused several IDEA Exceptions to be thrown and I filed them as bugs through
the internal bug-filer. Alas, this means I need to go back to the prior
build. :(
;ted
"Robert Hedin" <robhedin@hotmail.com> wrote in message
news:6219928.1111187800043.JavaMail.itn@is.intellij.net...
>
with any previous build) where existing projects using something similar to
the following is throwing an error at the import line (note this is for
legacy code using JDK 1.4.2 and 1.4 language constructs).
>
>
>
>
"resolved" saying I needed to restart; I added more info, including
screenshots from both 3245 and 3260 but am not sure if its going to get
looked at. Do I need to make a new JIRA entry or what?
>
>
>
Comments are looked at. It's indeed an issue, reopened. I've been erroneoulsy
thinking you're reporting against 4.5.x and verified it's working there.
Thanks.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"