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 253387 - Remove AbstractLogicalViewProvider
Summary: Remove AbstractLogicalViewProvider
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on: 252643
Blocks:
  Show dependency tree
 
Reported: 2015-07-09 15:33 UTC by Tomas Zezula
Modified: 2015-07-09 15:35 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 Tomas Zezula 2015-07-09 15:33:57 UTC
Remove AbstractLogicalViewProvider as it has more problems than benefits.
See issue #252643.

Things to be done:

1st) BorkenAction should be replaced by:

@ActionReferences({
    @ActionReference(
        id=@ActionID(id="org.netbeans.modules.project.ui.problems.BrokenProjectActionFactory",category="Project"),
        position = 2600,
        path = "Projects/org-netbeans-modules-java-j2seproject/Actions")
})

in individual projects.


2nd) The J2EE specific checks in AbstractLogicalViewProvider (brokenServer, brokenDataSource, brokenServerLibrary) should be replaced by standard ProjectProblemsProviders.

3rd) The AbstractLogicalViewProvider should be removed at all and replaced by LogicalViewProviders.