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 85756 - [Generate Code] Default Folder Location does not remember the last location on Generate Code dialog
Summary: [Generate Code] Default Folder Location does not remember the last location o...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Craig Conover
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 11:13 UTC by Alexandr Scherbatiy
Modified: 2006-10-13 14:22 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-09-26 11:13:32 UTC
Build 20060925

Steps to reproduce:

- Create an empty Java project
- Create a Java-Platform Model UML project which has 
  a Source-Model Synchronization with the Java project
- Create a Class diagram
- Add a Class Element on the diagram and name it 'A'
- Select the class element and invoke 'Generate Code'
   'Generate Code' dialog appears
- Browse to 'C:\Temp\uml\src' folder.
- Press 'OK' button
- Add a Class Element on the diagram and name it 'B'
- Select the class element and invoke 'Generate Code'
   'Generate Code' dialog appears
  The 'Folder Location' text field has the default value.
  It does not point to the last location.
  It is very annoying to browse to the last location
  every time.
Comment 1 Craig Conover 2006-10-13 06:58:02 UTC
The Source Folder Location value of the Generate Code dialog is saved in the UML
project's private.properties and is used as the default on the next invocation
of Generate Code action.
Comment 2 Alexandr Scherbatiy 2006-10-13 14:22:01 UTC
verified