bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27081] New: StackTraceElement: space between method and s


From: bkonrath at redhat dot com
Subject: [Bug classpath/27081] New: StackTraceElement: space between method and source file name doesn't match stack traces from other implementations
Date: 8 Apr 2006 05:57:17 -0000

There space between the method name and source file in execptions printed with
JVMs using classpath, but this space is not there with traditional JVMs.

For Example, in a traditional JVM a line from the stack trace would like like
this:

   at foo.Die.main(Die.java:5)

But with Classpath the same line looks like this:

   at foo.Die.main (Die.java:5)

The extra space is causing this bug in Eclipse running on GCJ:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183212

This can either be fixed in Eclipse or in Classpath, any thoughts as to where
this fix should go? I think the fix would be a little bit easier in Classpath.


-- 
           Summary: StackTraceElement: space between method and source file
                    name doesn't match stack traces from other
                    implementations
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkonrath at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27081





reply via email to

[Prev in Thread] Current Thread [Next in Thread]