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 35750 - Implement extended-source-hierarchy
Summary: Implement extended-source-hierarchy
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Ondrej Rypacek
URL:
Keywords:
Depends on:
Blocks: 35634 35570 35572 35573 35575 35576 35661 35669
  Show dependency tree
 
Reported: 2003-08-25 16:07 UTC by Ondrej Rypacek
Modified: 2004-07-24 20:13 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Rypacek 2003-08-25 16:07:07 UTC
Implement an extension (true extension or just
next to it) of java source hierarchy that would
cover also the internals of methods, capture
block-structure, give info esp.on :

i) variables in the scope of the block
ii) inputs/outputs of the block

This might be used for :
finetuning code-completion (#35572), basic
refactoring (#35570), suggest parameters (#35669),
Live templates ala IDEA (#35573), Smart line
completion (#35576)?, smart paste (#35634), smart
semicolon/enter (#35575) , surround selected code
(#35661)
Comment 1 Jesse Glick 2004-07-24 20:13:22 UTC
JMI.