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 46530 - Incorrect return-type from ByteArrayOutputStream.toByteArray()
Summary: Incorrect return-type from ByteArrayOutputStream.toByteArray()
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-25 01:51 UTC by _ gtzabari
Modified: 2007-09-26 09:14 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 _ gtzabari 2004-07-25 01:51:57 UTC
dev build 200407151800
JDK 5.0 beta3-b58

   When I hit auto-complete on
ByteArrayOutputStream and I scroll down to the
"toByteArray()" function, the auto-complete dialog
as well as the Javadoc dialog show the return-type
as "byte" instead of "byte[]" like the online
documentation claims.
Comment 1 Dusan Balek 2004-07-26 09:06:54 UTC
Incorrect return type is provided by the Java JMI infrastructure.
Reassigning for further evaluation.
Comment 2 Martin Matula 2004-08-20 22:15:58 UTC
This is quite severe problem and should be fixed ASAP - P3->P2
Comment 3 Martin Matula 2004-08-23 13:43:06 UTC
Fixed.

Checking in src/org/netbeans/modules/javacore/parser/MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v
 <--  MDRParser.java
new revision: 1.44; previous revision: 1.43
done
Comment 4 Jiri Prox 2005-07-11 15:10:15 UTC
Verified in 4.2 (200507110943)
Comment 5 Quality Engineering 2007-09-20 10:45:43 UTC
Reorganization of java component