Bug 479723 - [idea] semantic coloring not always applied
Summary: [idea] semantic coloring not always applied
Status: ASSIGNED
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.9.0   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-14 03:58 EDT by Sven Efftinge CLA
Modified: 2016-06-10 05:57 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Efftinge CLA 2015-10-14 03:58:18 EDT
When typing in IDEA, the semantic coloring is sometimes not applied.

Reproduce with the following contents:

import java.util.List
import org.eclipse.xtend.lib.annotations.Data

@Data
class Album {
    Artist author
    String name
    List<Track> tracks
}

@Data class Artist {
    String foo
}

@Data class Track {
    double rating
    String name
}
Comment 1 Eclipse Genie CLA 2015-10-20 06:04:19 EDT
GitHub Pull Request 707 created by [akosyakov]
https://github.com/eclipse/xtext/pull/707