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 34275 - HTML versus HTML (execute)
Summary: HTML versus HTML (execute)
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on: 34090
Blocks:
  Show dependency tree
 
Reported: 2003-06-10 15:25 UTC by pfelenda
Modified: 2009-05-18 10:45 UTC (History)
1 user (show)

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 pfelenda 2003-06-10 15:25:09 UTC
Dev build [200306090100]
Why are there two data objects?
The second databject is used when I perform search
in explorer by dataobject type or creating new
HTML file.
When is used the first one?
Comment 1 Petr Jiricka 2003-06-10 15:45:15 UTC
First, why is this considered a defect ?

This is an implementation detail that the user should not 
be aware of. There are two kinds of data objects for HTML, 
because one of them supports execution in web server, and 
this makes sense only when WebApps support is installed. 
When WebApps is not installed, the other (non-executable) 
object is used.

I would consider it a bug that the search UI exposes the 
types of data objects to the user. This is an 
implementation detail that the user should not be aware 
of. If you consider that a bug, please close this one and 
file a new bug against the search functionality.

Similarly for the settings UI which allows customizing the 
data loader pool.
Comment 2 _ rkubacki 2003-08-04 13:49:36 UTC
I don't think it is high priority problem. Anyway once we move to
Looks API (in new projects) this will be fixed.
Comment 3 Petr Jiricka 2003-08-04 13:57:43 UTC
What a coincidence. I just filed a bug against the search functionality.

See http://www.netbeans.org/issues/show_bug.cgi?id=35256

Petr
Comment 4 Petr Jiricka 2004-02-04 20:10:36 UTC
Changing to TASK.
Comment 5 _ rkubacki 2004-11-22 20:04:23 UTC
We are still w/o looks api but this is no longer a problem as there is
only one loader.
Comment 6 Jindrich Sedek 2006-09-13 08:45:07 UTC
v.