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 71902 - The methods orderring is dependent on OS
Summary: The methods orderring is dependent on OS
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-01-26 15:24 UTC by Petr Blaha
Modified: 2009-11-10 06:49 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 2006-01-26 15:24:22 UTC
Automated test's results show that methods in remote home interface are
generated in oposite order for Win and Linux OS.
Comment 1 Petr Blaha 2006-01-26 15:25:40 UTC
There is no impact for users, only for automated tests.
Comment 2 Erno Mononen 2006-02-06 10:52:43 UTC
This should be now fixed in the javaee5 branch.

Checking in EntityAndSessionHelper.java;
/cvs/j2ee/ddloaders/src/org/netbeans/modules/j2ee/ddloaders/multiview/
EntityAndSessionHelper.java,v  <--  EntityAndSessionHelper.java
new revision: 1.12.2.2; previous revision: 1.12.2.1
 
Comment 3 Petr Blaha 2006-02-17 11:29:25 UTC
automated tests are OK