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 86992 - [UNIX] Generate Code dialog has mistaken Source Folder location
Summary: [UNIX] Generate Code dialog has mistaken Source Folder location
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 5.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Craig Conover
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 10:30 UTC by Alexandr Scherbatiy
Modified: 2007-10-19 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-10-12 10:30:29 UTC
Unix (Fedora Core 3)

Steps to reproduce:
- Create a Java-Platform Model UML project,
  choose a Project location
  ( My project location is '/export/home/xtest/test/'
   My home is '/export/home' )
  
- Add Class Diagram
- Put a Class element on the diagram and name it
- Select the Class element and invoke 'Generate Code'
 'Generate Code' dialog appears
  'Source Folder Location' text field is 
  'export/home/xtest/test/UmlProjectSourceCode/src'
   instead of 
  '/export/home/xtest/test/UmlProjectSourceCode/src'
 
- Press 'OK' button 
  The SourceCode project is generated in
  '/export/home/export/home/xtest/test' folder
  instead of 
  '/export/home/xtest/test' folder.
Comment 1 Craig Conover 2006-10-16 23:25:01 UTC
Sheryl tested using all-nbms-griffin-061016_3.zip on Solaris 10 sparc and
verified that the bug is not reproducible. The fix for a related issue, 87072,
has fixed this issue.
Comment 2 Alexandr Scherbatiy 2006-10-17 13:43:53 UTC
verified