|
From: <no...@so...> - 2002-03-19 22:29:16
|
Bugs item #532181, was opened at 2002-03-19 16:29 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=532181&group_id=44253 Category: Other Group: Annoying Status: Open Resolution: None Priority: 1 Submitted By: John Garvin (johngarvin) Assigned to: Nobody/Anonymous (nobody) Summary: incorrect suffix chopping Initial Comment: Minor bug. The list of open documents chops off the ".java" suffix, which is good. But the chopping is too general; it will chop even if .java isn't at the end of the filename. For example, these cases... foo.java.temp bar.javaxyz will show up as "foo" and "bar," as if they were .java files. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438935&aid=532181&group_id=44253 |