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 187792

Summary: Enter does not add closing part for doc comments
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Adam Sotona <asotona>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Alexandr Scherbatiy 2010-06-18 14:36:52 UTC
Product Version         = NetBeans IDE Dev (Build 201006180001) (#7c478dd3832c)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01; Sun
Microsystems Inc.


Steps to reproduce:
- Type in the editor '/**'
- Press <Enter>
The closing part is not added 
----------------------------------
/**

----------------------------------

The result in Java editor is:
----------------------------------
/**
 * 
 * @author andromeda
 */

public class NewClass {

}
----------------------------------
Comment 1 Martin Ryzl 2010-10-21 11:56:40 UTC
.
Comment 2 David Strupl 2011-05-16 13:52:28 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.