Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356595 - No warning in exsd file for missing basedOn java file
Summary: No warning in exsd file for missing basedOn java file
Status: RESOLVED WORKSFORME
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 09:35 EDT by Jonas Ruttimann CLA
Modified: 2019-09-02 15:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Ruttimann CLA 2011-09-02 09:35:10 EDT
Reproduce: 

1. Define an extension point (create an exsd file).
2. Create an Element with an Attribute of Type "java"
3. Enter for "Extends" a java file that does not even exist.
4. No warning appears. I think there should be one.

Example:
         <attribute name="MyAttribute" type="string" use="required">
            <annotation>
               <documentation></documentation>
               <appInfo>
                  <meta.attribute kind="java" basedOn="com.myapp.NotExistingFile"/>
               </appInfo>
            </annotation>
         </attribute>

This seems similar but not equivalent to Bug 330935.
Comment 1 Eclipse Genie CLA 2019-02-16 17:53:19 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Lars Vogel CLA 2019-09-02 15:01:48 EDT
This bug has been marked as stalebug a while ago without any further interaction.

If this report is still relevant for the current release, please reopen and remove the stalebug whiteboard flag.
Comment 3 Lars Vogel CLA 2019-09-02 15:14:28 EDT
This bug was marked as stalebug a while ago. Marking as worksforme.

If this report is still relevant for the current release, please reopen and remove the stalebug whiteboard tag.