java api reference

D

Daniel Pitts

The said:
I am tired of browsing the Java docs, so I put up a website that
allows faster Java api lookup.

http://www.references2.com

I'll add more api docs if this proves to be useful.
The Java IDE that I use (Happens to be IntelliJ IDEA, but I'm sure
NetBeans and Eclipse probably do it to) will allow me to quickly look up
javadoc for any particular method, field, class, or package with two
key-presses (ctrl-q by default, I think) I can even "use the source
luke" (sorry Lucas) by using ctrl-b (or ctrl-click). The nice thing is
that I don't have to be connected to the internet to use it :)
 
R

RedGrittyBrick

Daniel said:
The Java IDE that I use (Happens to be IntelliJ IDEA, but I'm sure
NetBeans and Eclipse probably do it to) will allow me to quickly look up
javadoc for any particular method, field, class, or package with two
key-presses (ctrl-q by default, I think) I can even "use the source
luke" (sorry Lucas) by using ctrl-b (or ctrl-click). The nice thing is
that I don't have to be connected to the internet to use it :)

Eclipse has Shift-F2 to show API docs for the Class name under the cursor.

For a fast online equivalent I use http://javadocs.org/ClassName since
it redirects to Sun's copy of the documentation.

I don't see the point in making a separate online *copy* of Sun's online
API docs.
 
R

RedGrittyBrick

R

RedGrittyBrick

Daniele said:
They will probably argue that it's not a bug with the language/platform
per se...

I've opened an RFE in Sun's Bug Database - They've acknowledged it and
assigned an internal number but it is waiting for review before being
either rejected or added to the public Database. If they assign a public
Bug# to it I'll post it to this thread. Don't hold your breath :)
 
R

RedGrittyBrick

RedGrittyBrick said:
I've opened an RFE in Sun's Bug Database - They've acknowledged it and
assigned an internal number but it is waiting for review before being
either rejected or added to the public Database. If they assign a public
Bug# to it I'll post it to this thread. Don't hold your breath :)

Here's what Sun wrote to me:

........................................................................
We have determined that this report is an RFE and has been entered into
our internal RFE tracking system under Bug Id: 6738534

You can monitor this RFE on the Java Bug Database at:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6738534

It may take a day or two before the RFE shows up in this external
database. If you are a member of the Sun Developer Network (SDN), there
are two additional options once the bug is visible.

1. Voting for the RFE
Click http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6738534

2. Adding the report to your Bug Watch list.
You will receive an email notification when this RFE is updated.
Click http://bugs.sun.com/bugdatabase/addBugWatch.do?bug_id=6738534
........................................................................

The assigned priority is 4-Low.
So anyone who remembers this thread and cares should consider voting for it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top