This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 122545 - Excessively long file path in CVS
Summary: Excessively long file path in CVS
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 122540
  Show dependency tree
 
Reported: 2007-11-21 20:03 UTC by Jesse Glick
Modified: 2007-12-07 16:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Commit log. (38.33 KB, text/plain)
2007-11-21 20:44 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-11-21 20:03:28 UTC
Please shorten somehow:

java/editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/semantic/MarkOccurrencesDetectorTest/testExitPointForReturnTypesVoidForMethodThrowingException.pass
Comment 1 Jan Lahoda 2007-11-21 20:15:30 UTC
Would be good to know what is the limit for file name length, so I know how much I should shorten it....
Comment 2 Jesse Glick 2007-11-21 20:27:40 UTC
There is no exact cutoff but please try to take off at least 30 chars, e.g.

java/editor/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/semantic/MarkOccDetTest/testExitPt4RetTypesVoid4MethThrowExc.pass

is just as descriptive but notably shorter.
Comment 3 Jan Lahoda 2007-11-21 20:44:09 UTC
Created attachment 53338 [details]
Commit log.
Comment 4 Jan Lahoda 2007-11-21 20:54:33 UTC
Done.