Bug 410300 - value of a static constant cannot be known in the editor
Summary: value of a static constant cannot be known in the editor
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Backlog (show other bugs)
Version: 2.4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 403039 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-10 03:34 EDT by Mat Vidal CLA
Modified: 2017-05-10 04: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 Mat Vidal CLA 2013-06-10 03:34:23 EDT
There is no simple way to know the value of a static constant when editing in eclipse


public static class IE4BestPactrice {
        public static val Exit_Id = "org.eclipse.ui.file.exit"

	/**value = {@value}*/
	public static val Save_Id = "org.eclipse.ui.file.save"
}


when hovering ... IE4BestPactrice::Exit_Id ... the tooltip show :

String IE4BestPactrice.Exit_Id



when hovering ... IE4BestPactrice::Save_Id ... the tooltip show :

String IE4BestPactrice.Save_Id
value = {@value}


Nb : Editing the generated java file : the values are shown in the tooltip
Comment 1 Christian Dietrich CLA 2017-04-15 08:07:27 EDT
*** Bug 403039 has been marked as a duplicate of this bug. ***