[Bug 797] Compiler error message does not display entire file name and path
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Apr 16 02:51:21 PDT 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=797
Pavel Tisnovsky <ptisnovs at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ptisnovs at redhat.com
--- Comment #2 from Pavel Tisnovsky <ptisnovs at redhat.com> 2012-04-16 09:51:21 UTC ---
I've tried it with freshly build IcedTea6-1.11
jawa16:~/icedtea6-1.11/openjdk.build/j2sdk-image/bin/$ ./java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.2pre+ra134afa67a3f)
(RedHatEnterpriseServer build 1.6.0_24-b24)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
With following results:
jawa16:~/icedtea6-1.11/openjdk.build/j2sdk-image/bin/$ ./javac src/t.java
src/t.java:1: cannot find symbol
^^^^^^^^^^^^
symbol : variable a
location: class t
public class t{ static {System.out.println(a);}}
^
1 error
For the test file t.java:
public class t{ static {System.out.println(a);}}
Is it the required behavior?
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list