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 194417 - cnd/remote as a default for org.netbeans.modules.remote.* exceptions
Summary: cnd/remote as a default for org.netbeans.modules.remote.* exceptions
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Danek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 15:14 UTC by Vladimir Voskresensky
Modified: 2011-06-10 13:47 UTC (History)
1 user (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 Vladimir Voskresensky 2011-01-17 15:14:01 UTC
Could you, please, map org.netbeans.modules.remote.* exceptions to be automatically assign to cnd/remote component.

Thanks,
Vladimir.
Comment 1 Tomas Danek 2011-06-10 09:30:16 UTC
Hi Vladimir, by design we allow mapping of jar files to components.
current mapping for remote subcomponent is: 
+-----------------------------------------+-----------+--------------+
| SOURCEJAR                               | COMPONENT | SUBCOMPONENT |
+-----------------------------------------+-----------+--------------+
| org-netbeans-modules-cnd-api-remote.jar | CND       | Remote       | 
| org-netbeans-modules-cnd-remote.jar     | CND       | Remote       | 
+-----------------------------------------+-----------+--------------+
2 rows in set (0.00 sec)
 
which i guess should work org.netbeans.modules.remote.*
Comment 2 Vladimir Voskresensky 2011-06-10 13:47:23 UTC
Hi Tomas,
Are these two rows were recently added?
Because till now all org.netbeans.modules.remote.* exceptions were reported against ide/code