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 76791 - DB explorer shows procedure parameters in wrong order
Summary: DB explorer shows procedure parameters in wrong order
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-24 10:52 UTC by Max Sauer
Modified: 2006-05-25 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (31.01 KB, image/png)
2006-05-24 10:53 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-05-24 10:52:27 UTC
Procedure defined as such:

create or replace procedure ADD_PROD
(v_ProdId PRODUCT.PRODID%Type, v_Descrip PRODUCT.Descrip%Type)
As
begin
   Insert Into PRODUCT (Prodid, Descrip)
               Values(v_ProdId, v_Descrip);
End ADD_PROD;


is listed inside db explorer with wrong order of its parameters (first
description, then ID). This is confusing. See attached screenshot.

----------
NetBeans 5.5 Dev (Build 200605220200)
SunOS version 5.10 running on sparc
Java HotSpot(TM) Client VM 1.6.0-beta2-b84
Oracle 10g
Comment 1 Max Sauer 2006-05-24 10:53:00 UTC
Created attachment 30581 [details]
screenshot
Comment 2 Andrei Badea 2006-05-24 13:46:27 UTC
Fixed.

Checking in DatabaseNodeChildren.java;
/cvs/db/src/org/netbeans/modules/db/explorer/DatabaseNodeChildren.java,v  <-- 
DatabaseNodeChildren.java
new revision: 1.39.2.1.2.1; previous revision: 1.39.2.1
done
Comment 3 Max Sauer 2006-05-25 14:54:01 UTC
Verified.
---
NetBeans 5.5 Dev (Build 060525)
Linux version 2.6.12-1.1390_FC4smp running on i386
Java HotSpot(TM) Server VM 1.5.0_05-b05