@@ -615,6 +615,7 @@ public void populateMenuBar(JMenuBar menuBar){
615615 logicalMenuItem = new JMenuItem (key );
616616 Class <? extends LogicalQueryCriteria > classToAdd = logicalEntries .get (key );
617617 logicalMenuItem .addActionListener (new ActionListener (){
618+ @ SuppressWarnings ("deprecation" )
618619 @ Override
619620 public void actionPerformed (ActionEvent arg0 ) {
620621 try {
@@ -649,6 +650,7 @@ public void actionPerformed(ActionEvent arg0) {
649650 logicalMenuItem = new JMenuItem (key );
650651 Class <? extends NegatableQueryCriteria > classToAdd = negatableCriteria .get (key );
651652 logicalMenuItem .addActionListener (new ActionListener (){
653+ @ SuppressWarnings ("deprecation" )
652654 @ Override
653655 public void actionPerformed (ActionEvent arg0 ) {
654656 try {
@@ -685,6 +687,7 @@ public void actionPerformed(ActionEvent arg0) {
685687 commonMenuItem = new JMenuItem (key );
686688 Class <? extends CommonQueryCriteria > classToAdd = commonEntries .get (key );
687689 commonMenuItem .addActionListener (new ActionListener (){
690+ @ SuppressWarnings ("deprecation" )
688691 @ Override
689692 public void actionPerformed (ActionEvent arg0 ) {
690693 try {
@@ -758,6 +761,7 @@ public void actionPerformed(ActionEvent arg0) {
758761 for (final String key : commonKeys ){
759762 commonMenuItem = new JMenuItem (key );
760763 commonMenuItem .addActionListener (new ActionListener (){
764+ @ SuppressWarnings ("deprecation" )
761765 @ Override
762766 public void actionPerformed (ActionEvent arg0 ) {
763767 try {
0 commit comments