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 41439 - open issues from editor rewrite to classpath
Summary: open issues from editor rewrite to classpath
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks: 41448
  Show dependency tree
 
Reported: 2004-03-28 17:43 UTC by David Konecny
Modified: 2007-11-05 13:44 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 David Konecny 2004-03-28 17:43:02 UTC
Here is couple of open issues/suggestions which
were recorded during rewrite of editor to new
buildsys. Some of them might be obsoleted by MDR,
some are suggestions. Feel free to file separate
issues for things you feel are relevant and make
this issue dependent on them.

Here they are:
*  (PDB) UpdateAction is disabled. If desired
could be shown on project or package root
* CompoundFinder and JCBaseFinder might need some
rethinking/refactoring. The CompoundFinder was
used as designed for prj40_prototype. See the XXX
comments in JCBaseFinder. Current implementation
might not perform well.
* NbJavaSyntaxSupport contains couple of XXX. I
disabled code which was doing in memory reparsing
of file in PRIVATE_LEVEL. #1) I consider that
buggy, #2) the buildsys is using PRIVATE_LEVEL
anyway otherwise the CC is unsuable. Consider
using PRIVATE_LEVEL only and offering CC according
to given context.
* the standalone parserDB creation was not tested.
Might need to be fixed as well as makeparserdb Ant
task
* if code completion is context sensitive use
AccessibilityQuery to detect jar's public packages
Comment 1 Jesse Glick 2004-07-29 21:07:09 UTC
I presume these items are taken care of? Can probably be closed, but
please reevaluate.
Comment 2 David Konecny 2004-09-06 14:08:00 UTC
Was resolved by integration with MDR.