Package: openjdk-6-jdk
Version: 6b23~pre7-1
Severity: minor
Tags: wheezy

When there is a compilation error, the error message does not display the
entire filepath and filename. It only displays the filename without the path.
This causes problems using vim quickfix, because it tries to open a file in the
current directory, not where the file really is.

For example, when there is a compilation error, the error message is like this,

    $ javac src/Test.java
    Test.java:5: cannot find symbol
    symbol  : variable a
    location: class Test
            System.out.println(a);
                               ^
    1 error

When it previously was like this,

    $ javac src/Test.java src/Test.java:5: cannot find symbol
    symbol  : variable a
    location: class Test
            System.out.println(a);
                               ^
    1 error

This change was introduced somewhere between versions 6b18-1.8.7-2~squeeze1 and
6b23~pre7-1



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openjdk-6-jdk depends on:
ii  libc6                   2.13-16          Embedded GNU C Library: Shared lib
ii  libx11-6                2:1.4.4-1        X11 client-side library
ii  openjdk-6-jre           6b23~pre7-1      OpenJDK Java runtime, using Hotspo
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jdk recommends:
ii  libxt-dev                     1:1.1.1-2  X11 toolkit intrinsics library (de

Versions of packages openjdk-6-jdk suggests:
pn  openjdk-6-demo                <none>     (no description available)
pn  openjdk-6-source              <none>     (no description available)
pn  visualvm                      <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to