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 58851 - Uselessly empty lines in DTO
Summary: Uselessly empty lines in DTO
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Blaha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 07:13 UTC by Petr Blaha
Modified: 2006-05-31 18:23 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 Petr Blaha 2005-05-13 07:13:48 UTC
[build 20050512]
I generated DTO class are many unnecessarily empty lines, e.g: after every
variable declaration, ...
Code snippet:
public class OrdersDTO implements java.io.Serializable {
    
    
    private java.lang.String status;
    
    private java.sql.Timestamp lastUpdate;
    
    private java.math.BigDecimal discount;
    
    private java.lang.String shipmentInfo;
Comment 1 Petr Blaha 2005-05-13 07:40:08 UTC
Checking in DTO.xml;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ejb/wizard/xsl/DTO.xml,v
 <--  DTO.xml
new revision: 1.2; previous revision: 1.1
done
Comment 2 Jan Horvath 2005-07-12 11:28:18 UTC
v.