Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335073

Summary: Workspace compile errors in HEAD
Product: [WebTools] WTP Java EE Tools Reporter: Carl Anderson <ccc>
Component: jst.j2eeAssignee: Roberto Sanchez Herrera <shr31223>
Status: CLOSED DUPLICATE QA Contact: Chuck Bridgham <cbridgha>
Severity: normal    
Priority: P3 CC: konstantin, stryker
Version: unspecified   
Target Milestone: 3.3.1   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 334948    
Bug Blocks:    

Description Carl Anderson CLA 2011-01-21 20:37:56 EST
This copy of the bug will handle the Java EE Tools "compile errors".  I have reduced the list of errors to those that should be handled.

+++ This bug was initially created as a clone of Bug #334948 +++

The following is what I get in an updated cvs tree when imported into a wtp 3.3 m4 environment.  Most of these are in the common module but some are in jeetools. 

Carl has replicated that these *are* coding errors, places that could use the small suggested cleanup below, though we haven't figured out why they show up as errors in my workspace and not his. 

Compiler settings for these projects tend to be overrided on a by-project level, and they do mark these as errors, but for some reason Carl does not get compile errors and I do. 

Either way, the following lines of code could use some cleanup ;) 


Description	Resource	Path	Location	Type
The field WebServicesNavigatorContentProvider.viewer is hiding a field from
type AdapterFactoryContentProvider    WebServicesNavigatorContentProvider.java 
 
/org.eclipse.jst.j2ee.webservice.ui/webservices_ui/org/eclipse/jst/j2ee/internal/webservice
   line 59    Java Problem
The field WebAppProvider.children is hiding a field from type
AbstractGroupProvider    WebAppProvider.java   
/org.eclipse.jst.jee.ui/src/org/eclipse/jst/jee/ui/internal/navigator/web   
line 51    Java Problem
The field WebAppProvider.text is hiding a field from type AbstractGroupProvider
   WebAppProvider.java   
/org.eclipse.jst.jee.ui/src/org/eclipse/jst/jee/ui/internal/navigator/web   
line 53    Java Problem
The field JEEDeployableFactory.moduleDelegates is hiding a field from type
J2EEDeployableFactory    JEEDeployableFactory.java   
/org.eclipse.jst.jee/earproject/org/eclipse/jst/jee/internal/deployables   
line 30    Java Problem
The field AddListenerWizardPage.synchHelper is hiding a field from type
DataModelWizardPage    AddListenerWizardPage.java   
/org.eclipse.jst.servlet.ui/servlet_ui/org/eclipse/jst/servlet/ui/internal/wizard
Comment 1 Rob Stryker CLA 2011-05-12 01:13:28 EDT
Sorry for opening a new bug, I didn't see this one, but the newer one already
has a patch, review request, and PMC questions answered

*** This bug has been marked as a duplicate of bug 345514 ***