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 30138 - Restore Compile/Build actions to FolderNode when openide-compiler.jar enabled
Summary: Restore Compile/Build actions to FolderNode when openide-compiler.jar enabled
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks: 20895
  Show dependency tree
 
Reported: 2003-01-15 14:29 UTC by Jesse Glick
Modified: 2008-12-22 22:41 UTC (History)
3 users (show)

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 Jesse Glick 2003-01-15 14:29:44 UTC
I.e. roll back the IDE-user-visible effect of
#20895 while retaining the platform benefits.
Comment 1 Jan Chalupa 2003-01-23 08:46:57 UTC
Changing to DEFECT. The missing actions can be seen as a regression.
Comment 2 Jesse Glick 2003-01-29 01:27:14 UTC
committed     Up-To-Date  1.99       
openide/src/org/openide/loaders/DataLoaderPool.java
Comment 3 Marian Mirilovic 2003-02-03 16:11:59 UTC
verified in [nb_dev](20030203)
Comment 4 dnoyeB 2003-02-04 19:40:42 UTC
Is this related to issue 30629?
Comment 5 Jesse Glick 2003-02-04 22:06:41 UTC
I really doubt this has anything to do with #30629.
Comment 6 Jesse Glick 2003-02-04 22:07:45 UTC
dnoyeB, please add yourself as a CC to any issue to which you add a
comment, otherwise you will never see responses...
Comment 7 _ rkubacki 2003-02-05 13:19:29 UTC
IIRC Ales Novak made some changes in DOs in IDE to make getCookie
(CompilerCookie.class) faster as DataFolder asks its children when it
checks if it is enabled. Are these optimizations still valid? Aren't
they removed?
Comment 8 Jesse Glick 2003-02-05 15:42:27 UTC
I vaguely remember something about getCookie(CompilerCookie) but I
don't remember which classes were affected. DataFolder's cvs log does
not show any obvious changes by anovak in this area. I did not
intentionally remove any such optimizations, though I may have done so
accidentally. If you can remember any details please let me know.
Comment 9 _ rkubacki 2003-02-05 16:05:28 UTC
html/src/org/netbeans/modules/html/HtmlDataObject.java rev 1.10 is the
only one I am aware of. It looks that Ales sent patches to module
maintainers so it can be hard to find what objects are affected
(likely non-compilable ones).
Comment 10 Jesse Glick 2003-02-05 16:19:17 UTC
Right - and I think you yourself told me to not bother with the hack
in HtmlDataObject, right? If CookieSet.Factory is used properly, in
principle it should not matter...