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 209377 - Bugs in the new Java Hint template
Summary: Bugs in the new Java Hint template
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 207577
  Show dependency tree
 
Reported: 2012-03-09 12:15 UTC by Jan Lahoda
Modified: 2012-05-01 09:55 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 Jan Lahoda 2012-03-09 12:15:25 UTC
See bug #207577#c17 (JG20). There are some bugs in the new Java Hint template, in particular:
[JG20] Buglets for the Java Hint wizard:

- fails to disable Finish when various fields are not filled in
- does not define package for new files (hotfix in prototypes #f16882c820ec)
Comment 1 Quality Engineering 2012-04-05 09:41:39 UTC
Integrated into 'main-golden', will be available in build *201204050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ad37e9afb05b
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #209377: improving the new Java Hint wizard.
Comment 2 Jan Lahoda 2012-04-12 09:42:22 UTC
Removing the forgotten ClassName field from the first panel, and reordering the fields to be more logical:
http://hg.netbeans.org/jet-main/rev/105b895cc070
Comment 3 Quality Engineering 2012-04-13 09:50:45 UTC
Integrated into 'main-golden', will be available in build *201204130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/105b895cc070
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #209377: removing className field from the JavaHintDataPanel.
Comment 4 Quality Engineering 2012-05-01 09:55:09 UTC
Integrated into 'main-golden', will be available in build *201205010400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/346a7095e295
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #209377: Enabling line wrap for the hint description component, so that the description can be written more conveniently.