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

Summary: Excessively long file path in CVS
Product: java Reporter: Jesse Glick <jglick>
Component: EditorAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 122540    
Attachments: Commit log.

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.