Changing Designer menu label from "JDK" to "Language".
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6172 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
1 parent
76c3f1611c
commit
1d197ca718
2 files changed
+5
-2
No files matched your search
@@ -71,7 +71,10 @@ TODO - Release blockers - Must implement before this release can be finished
|
||||
a property? Further, Rule documentation should be automatically generated
|
||||
from the descriptors, be they defined in code or XML, I think the code based
|
||||
descriptors are not geting seen.
|
||||
o Enhance Rule Designer to allow testing of the violation suppress Regex and XPath.
|
||||
o Enhance Rule Designer to allow testing of the violation suppress Regex and XPath, and
|
||||
also to really support XML. Maybe we should remove the not yet supported languages
|
||||
from designer "Language" menu.
|
||||
|
||||
o Should we change Node interface to something like 'Node<T extends Node<T>>',
|
||||
and then declare the language specific node interfaces to be something like
|
||||
'JavaNode extends Node<JavaNode>'? This could allow anything on the Node
|
||||
|
||||
@@ -701,7 +701,7 @@ public class Designer implements ClipboardOwner {
|
||||
|
||||
private JMenuBar createMenuBar() {
|
||||
JMenuBar menuBar = new JMenuBar();
|
||||
JMenu menu = new JMenu("JDK");
|
||||
JMenu menu = new JMenu("Language");
|
||||
ButtonGroup group = new ButtonGroup();
|
||||
|
||||
for (int i = 0; i < LanguageVersion.values().length; i++) {
|
||||
|
||||
Reference in new issue
Block a user