Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 532735 - [9] Java-Editor does not highlight "static" in module-info.java
Summary: [9] Java-Editor does not highlight "static" in module-info.java
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.7.3a   Edit
Assignee: Noopur Gupta CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 533158 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-03-21 18:30 EDT by Thomas Schindl CLA
Modified: 2018-04-13 03:17 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schindl CLA 2018-03-21 18:30:39 EDT
Given this module-info.java. The compiler happily accepts this but static is not highlighted.

----
module sample {
	requires static java.desktop;
}
----
Comment 2 Noopur Gupta CLA 2018-04-03 07:14:50 EDT
*** Bug 533158 has been marked as a duplicate of this bug. ***