PMD Results

The following document contains the results of PMD 7.16.0.

Violations By Priority

Priority 3

io.github.magwas.inez.model - io/github/magwas/inez/InezImpl.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 61
DelegateMethods Delegate methods should only delegate 74
DelegateMethods Delegate methods should only delegate 78

io.github.magwas.inez.model - io/github/magwas/inez/InezPlugin.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3

io.github.magwas.inez.model - io/github/magwas/inez/element/BridiElement.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 45
DelegateMethods Delegate methods should only delegate 54
DelegateMethods Delegate methods should only delegate 98
DelegateMethods Delegate methods should only delegate 107

io.github.magwas.inez.model - io/github/magwas/inez/element/BridiElementFactory.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 11

io.github.magwas.inez.model - io/github/magwas/inez/element/BridiElementSystemInitializationService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 15

io.github.magwas.inez.model - io/github/magwas/inez/element/CreateBridiElementService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 23

io.github.magwas.inez.model - io/github/magwas/inez/element/ElementConstants.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementChildrenService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 19

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementReferencesService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 13

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementTypeService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 11

io.github.magwas.inez.model - io/github/magwas/inez/element/IsInstanceService.java

Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 2324

io.github.magwas.inez.model - io/github/magwas/inez/functions/Save.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 20

io.github.magwas.inez.model - io/github/magwas/inez/osgi/MyBeanRegistrar.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 13

io.github.magwas.inez.model - io/github/magwas/inez/query/BridiFunction.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 9
UnnecessaryModifier Unnecessary modifier 'public' on method 'apply': the method is declared in an interface type 11

io.github.magwas.inez.model - io/github/magwas/inez/query/CreateBridisFromQueryService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 24

io.github.magwas.inez.model - io/github/magwas/inez/query/QueryProcessorService.java

Rule Violation Line
AutowiredFields @Autowired fields naming conventions 49

io.github.magwas.inez.model - io/github/magwas/inez/storage/BridiStoreChangeListenersService.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 11

io.github.magwas.inez.parser - io/github/magwas/inez/parse/ParserBundleActivator.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 20

io.github.magwas.inez.parser - io/github/magwas/inez/parse/ParserConstants.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiBaseListener.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 14

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiListener.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/Application.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 14

io.github.magwas.inez.ui - io/github/magwas/inez/ui/ApplicationActionBarAdvisor.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 11

io.github.magwas.inez.ui - io/github/magwas/inez/ui/ApplicationWorkbenchAdvisor.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/ApplicationWorkbenchWindowAdvisor.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/Perspective.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 11
UnusedPrivateField Avoid unused private fields such as 'folderLayoutLeftBottom'. 18

io.github.magwas.inez.ui - io/github/magwas/inez/ui/editor/ModelEditorView.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 21

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/AbstractMindMapItem.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/MindMapConnection.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/MindMapNode.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 10

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/SimpleMindMap.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 6

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/SimpleMindMapExampleFactory.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/visuals/ArrowHead.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 5

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/visuals/MindMapConnectionVisual.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/visuals/MindMapNodeVisual.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 16

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/ModelTreeContentProvider.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 11

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/ModelTreeLabelProvider.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 13

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/MyEditorInput.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/NewDiagramAction.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 17

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/TreeModelDragSourceLIstener.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/TreeModelDropTargetListener.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 8
UnusedFormalParameter Avoid unused constructor parameters such as 'viewer'. 10

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/TreeModelView.java

Rule Violation Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 19

Priority 4

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementChildrenService.java

Rule Violation Line
UselessParentheses Useless parentheses. 32

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiLexer.java

Rule Violation Line
UnnecessaryImport Unused import 'org.antlr.v4.runtime.Token' 5
UnnecessaryImport Unused import 'org.antlr.v4.runtime.TokenStream' 6
UnnecessaryImport Unused import 'org.antlr.v4.runtime.misc.*' 10

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiParser.java

Rule Violation Line
UnnecessaryImport Unused import 'org.antlr.v4.runtime.misc.*' 6
UnnecessaryImport Unused import 'java.util.Iterator' 9
UnnecessaryImport Unused import 'java.util.ArrayList' 10

Files

io.github.magwas.inez.model - io/github/magwas/inez/InezImpl.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 61
DelegateMethods Delegate methods should only delegate 3 74
DelegateMethods Delegate methods should only delegate 3 78

io.github.magwas.inez.model - io/github/magwas/inez/InezPlugin.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 3

io.github.magwas.inez.model - io/github/magwas/inez/element/BridiElement.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 45
DelegateMethods Delegate methods should only delegate 3 54
DelegateMethods Delegate methods should only delegate 3 98
DelegateMethods Delegate methods should only delegate 3 107

io.github.magwas.inez.model - io/github/magwas/inez/element/BridiElementFactory.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 11

io.github.magwas.inez.model - io/github/magwas/inez/element/BridiElementSystemInitializationService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 15

io.github.magwas.inez.model - io/github/magwas/inez/element/CreateBridiElementService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 23

io.github.magwas.inez.model - io/github/magwas/inez/element/ElementConstants.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 3

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementChildrenService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 19
UselessParentheses Useless parentheses. 4 32

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementReferencesService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 13

io.github.magwas.inez.model - io/github/magwas/inez/element/GetBridiElementTypeService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 11

io.github.magwas.inez.model - io/github/magwas/inez/element/IsInstanceService.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 2324

io.github.magwas.inez.model - io/github/magwas/inez/functions/Save.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 20

io.github.magwas.inez.model - io/github/magwas/inez/osgi/MyBeanRegistrar.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 13

io.github.magwas.inez.model - io/github/magwas/inez/query/BridiFunction.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 9
UnnecessaryModifier Unnecessary modifier 'public' on method 'apply': the method is declared in an interface type 3 11

io.github.magwas.inez.model - io/github/magwas/inez/query/CreateBridisFromQueryService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 24

io.github.magwas.inez.model - io/github/magwas/inez/query/QueryProcessorService.java

Rule Violation Priority Line
AutowiredFields @Autowired fields naming conventions 3 49

io.github.magwas.inez.model - io/github/magwas/inez/storage/BridiStoreChangeListenersService.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 11

io.github.magwas.inez.parser - io/github/magwas/inez/parse/ParserBundleActivator.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 20

io.github.magwas.inez.parser - io/github/magwas/inez/parse/ParserConstants.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 3

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiBaseListener.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 14

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiLexer.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'org.antlr.v4.runtime.Token' 4 5
UnnecessaryImport Unused import 'org.antlr.v4.runtime.TokenStream' 4 6
UnnecessaryImport Unused import 'org.antlr.v4.runtime.misc.*' 4 10

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiListener.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 9

io.github.magwas.inez.parser - io/github/magwas/inez/parser/BridiParser.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'org.antlr.v4.runtime.misc.*' 4 6
UnnecessaryImport Unused import 'java.util.Iterator' 4 9
UnnecessaryImport Unused import 'java.util.ArrayList' 4 10

io.github.magwas.inez.ui - io/github/magwas/inez/ui/Application.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 14

io.github.magwas.inez.ui - io/github/magwas/inez/ui/ApplicationActionBarAdvisor.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 11

io.github.magwas.inez.ui - io/github/magwas/inez/ui/ApplicationWorkbenchAdvisor.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/ApplicationWorkbenchWindowAdvisor.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/Perspective.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 11
UnusedPrivateField Avoid unused private fields such as 'folderLayoutLeftBottom'. 3 18

io.github.magwas.inez.ui - io/github/magwas/inez/ui/editor/ModelEditorView.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 21

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/AbstractMindMapItem.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/MindMapConnection.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 3

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/MindMapNode.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 10

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/SimpleMindMap.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 6

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/SimpleMindMapExampleFactory.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/visuals/ArrowHead.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 5

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/visuals/MindMapConnectionVisual.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 7

io.github.magwas.inez.ui - io/github/magwas/inez/ui/mindmap/visuals/MindMapNodeVisual.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 16

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/ModelTreeContentProvider.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 11

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/ModelTreeLabelProvider.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 13

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/MyEditorInput.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/NewDiagramAction.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 17

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/TreeModelDragSourceLIstener.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 9

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/TreeModelDropTargetListener.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 8
UnusedFormalParameter Avoid unused constructor parameters such as 'viewer'. 3 10

io.github.magwas.inez.ui - io/github/magwas/inez/ui/tree/TreeModelView.java

Rule Violation Priority Line
ClassesShouldBeKnown Classes should be either Data, Service,Controller,Repository 3 19

Suppressed Violations

Filename Rule message Suppression type Reason
io/github/magwas/inez/parser/BridiLexer.java Classes should be either Data, Service,Controller,Repository @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Classes should be either Data, Service,Controller,Repository @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Classes should be either Data, Service,Controller,Repository @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Classes should be either Data, Service,Controller,Repository @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Classes should be either Data, Service,Controller,Repository @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Classes should be either Data, Service,Controller,Repository @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Multiple classes/records @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'LITERALPRE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'TEXT' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'PRE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'TEXT' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'LITERALPOST' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'org.antlr.v4.runtime.atn': 'ATN' is already in scope because it is imported in this file @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'TEXT' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'NEWLINE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'POST' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'POST' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'TEXT' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'POST' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'REF' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'PRE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'PRE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'LITERALPOST' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'TEXT' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'POST' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'LITERALPRE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'NEWLINE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Unnecessary qualifier 'BridiParser': 'PRE' is already in scope because it is declared in an enclosing type @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Useless parentheses. @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Useless parentheses. @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Useless parentheses. @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Useless parentheses. @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Useless parentheses. @suppresswarnings
io/github/magwas/inez/parser/BridiParser.java Useless parentheses. @suppresswarnings