The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.facebook.swift.parser.antlr.DocumentGenerator.getTokenNames() may expose internal representation by returning DocumentGenerator.tokenNames | MALICIOUS_CODE | EI_EXPOSE_REP | 134 | Medium |
com.facebook.swift.parser.antlr.DocumentGenerator.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 22 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Const(String, ThriftType, ConstValue) in com.facebook.swift.parser.antlr.DocumentGenerator.const_rule() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1157 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ConstIdentifier(String) in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() | CORRECTNESS | NP_NULL_PARAM_DEREF | 2045 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ConstString(String) in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() | CORRECTNESS | NP_NULL_PARAM_DEREF | 2027 | Medium |
Null passed for nonnull parameter of Double.parseDouble(String) in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() | CORRECTNESS | NP_NULL_PARAM_DEREF | 2009 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Document(Header, List) in com.facebook.swift.parser.antlr.DocumentGenerator.document() | CORRECTNESS | NP_NULL_PARAM_DEREF | 267 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Document(Header, List) in com.facebook.swift.parser.antlr.DocumentGenerator.document() | CORRECTNESS | NP_NULL_PARAM_DEREF | 267 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.IntegerEnumField(String, Long) in com.facebook.swift.parser.antlr.DocumentGenerator.enum_fields() | CORRECTNESS | NP_NULL_PARAM_DEREF | 2463 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.IntegerEnum(String, List) in com.facebook.swift.parser.antlr.DocumentGenerator.enum_rule() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1339 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ThriftException(String, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.exception() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1736 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ThriftField(String, ThriftType, Long, ThriftField$Required, ConstValue, List) in com.facebook.swift.parser.antlr.DocumentGenerator.field() | CORRECTNESS | NP_NULL_PARAM_DEREF | 2908 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.IdentifierType(String) in com.facebook.swift.parser.antlr.DocumentGenerator.field_type() | CORRECTNESS | NP_NULL_PARAM_DEREF | 4160 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.ThriftMethod(String, ThriftType, List, boolean, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.function() | CORRECTNESS | NP_NULL_PARAM_DEREF | 3248 | Medium |
Null passed for nonnull parameter of Long.decode(String) in com.facebook.swift.parser.antlr.DocumentGenerator.integer() | CORRECTNESS | NP_NULL_PARAM_DEREF | 5006 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.StringEnum(String, List) in com.facebook.swift.parser.antlr.DocumentGenerator.senum() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1430 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Service(String, String, List) in com.facebook.swift.parser.antlr.DocumentGenerator.service() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1881 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Struct(String, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.struct() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1532 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.TypeAnnotation(String, String) in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotation() | CORRECTNESS | NP_NULL_PARAM_DEREF | 3939 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Typedef(String, ThriftType) in com.facebook.swift.parser.antlr.DocumentGenerator.typedef() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1248 | Medium |
Null passed for nonnull parameter of new com.facebook.swift.parser.model.Union(String, List, List) in com.facebook.swift.parser.antlr.DocumentGenerator.union() | CORRECTNESS | NP_NULL_PARAM_DEREF | 1634 | Medium |
Redundant nullcheck of namespace6, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.header() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 380 | High |
Redundant nullcheck of i, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.annotation_value() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4023 | Medium |
Redundant nullcheck of b, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.base_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4251 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.base_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4251 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_rule() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1157 | Medium |
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_rule() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1157 | Medium |
Redundant nullcheck of i, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1991 | Medium |
Redundant nullcheck of l, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2064 | Medium |
Redundant nullcheck of m, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2083 | Medium |
Redundant nullcheck of a, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4747 | Medium |
Redundant nullcheck of k, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4670 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4747 | Medium |
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.container_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4670 | Medium |
Redundant nullcheck of const_rule14, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 920 | Medium |
Redundant nullcheck of enum_rule16, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 958 | Medium |
Redundant nullcheck of exception20, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1034 | Medium |
Redundant nullcheck of senum17, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 977 | Medium |
Redundant nullcheck of service21, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1053 | Medium |
Redundant nullcheck of struct18, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 996 | Medium |
Redundant nullcheck of typedef15, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 939 | Medium |
Redundant nullcheck of union19, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definition() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1015 | Medium |
Redundant nullcheck of definition13, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.definitions() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 786 | Medium |
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.enum_rule() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1339 | Medium |
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.exception() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1736 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.exception() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1736 | Medium |
Redundant nullcheck of a, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2908 | Medium |
Redundant nullcheck of r, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2908 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2908 | Medium |
Redundant nullcheck of b, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.field_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4142 | Medium |
Redundant nullcheck of field34, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.fields() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2632 | Medium |
Redundant nullcheck of a, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3248 | Medium |
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3248 | Medium |
Redundant nullcheck of o, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3248 | Medium |
Redundant nullcheck of r, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3248 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3248 | Medium |
Redundant nullcheck of field_type46, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.function_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3596 | Medium |
Redundant nullcheck of function35, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.functions() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2717 | Medium |
Redundant nullcheck of cpp_include7, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.header() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 396 | Medium |
Redundant nullcheck of include5, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.header() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 364 | Medium |
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.senum() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1430 | Medium |
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.service() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1881 | Medium |
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.struct() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1532 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.struct() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1532 | Medium |
Redundant nullcheck of v, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotation() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3939 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotations() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3826 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.typedef() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1248 | Medium |
Redundant nullcheck of f, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.union() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1634 | Medium |
Redundant nullcheck of t, which is known to be non-null in com.facebook.swift.parser.antlr.DocumentGenerator.union() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1634 | Medium |
Nullcheck of v at line 2181 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.const_list() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 2181 | High |
Nullcheck of k at line 2308 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.const_map() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 2308 | High |
Nullcheck of v at line 2317 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.const_map() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 2317 | High |
Nullcheck of c at line 4176 of value previously dereferenced in com.facebook.swift.parser.antlr.DocumentGenerator.field_type() | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 4176 | High |
Value of _last from previous case is overwritten here due to switch statement fall through | CORRECTNESS | SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH | 4657 | High |
Value of _last from previous case is overwritten here due to switch statement fall through | CORRECTNESS | SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH | 2459 | High |
Value of _last from previous case is overwritten here due to switch statement fall through | CORRECTNESS | SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH | 2849 | High |
Value of _last from previous case is overwritten here due to switch statement fall through | CORRECTNESS | SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH | 619 | High |
Value of _last from previous case is overwritten here due to switch statement fall through | CORRECTNESS | SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH | 1862 | High |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.annotation_value() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4007-4041 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.args() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3333-3387 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.const_list() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2156-2165 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.const_map() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2275-2278 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.const_value() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1975-2083 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.container_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4628-4631 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.definition() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 904-1053 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.definitions() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 757-767 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.document() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 202-267 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.enum_fields() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2398-2401 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.field() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2821-2825 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.field_req() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3020-3111 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.field_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4126-4179 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.fields() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2610-2613 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.function_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3580-3614 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.functions() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2695-2698 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.header() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 332-345 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.integer() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4973-5006 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.namespace() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 586-608 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.oneway() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3475-3500 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.real_base_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4360-4501 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.senum_values() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2526-2529 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.service() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1833-1836 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.throws_list() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3670-3673 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.DocumentGenerator.type_annotations() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3773-3776 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mCOMMENT() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2052-2065 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mDOUBLE() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1091-1095 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mHEX_INTEGER() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1013-1037 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mIDENTIFIER() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1633-1699 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mINTEGER() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 906-910 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mTokens() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2126-2530 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftLexer.mWS() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1851-1869 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should com.facebook.swift.parser.antlr.ThriftLexer$DFA18 be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 2858-2870 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.const_list() | STYLE | DLS_DEAD_LOCAL_STORE | 5507 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.const_map() | STYLE | DLS_DEAD_LOCAL_STORE | 5690 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.const_rule() | STYLE | DLS_DEAD_LOCAL_STORE | 1219 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.cpp_include() | STYLE | DLS_DEAD_LOCAL_STORE | 841 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.cpp_type() | STYLE | DLS_DEAD_LOCAL_STORE | 5092 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.enum_field() | STYLE | DLS_DEAD_LOCAL_STORE | 1623 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.enum_rule() | STYLE | DLS_DEAD_LOCAL_STORE | 1465 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.exception() | STYLE | DLS_DEAD_LOCAL_STORE | 2386 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.field() | STYLE | DLS_DEAD_LOCAL_STORE | 2864 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.field_id() | STYLE | DLS_DEAD_LOCAL_STORE | 2997 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.field_req() | STYLE | DLS_DEAD_LOCAL_STORE | 3094 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.function() | STYLE | DLS_DEAD_LOCAL_STORE | 3397 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.function_type() | STYLE | DLS_DEAD_LOCAL_STORE | 3688 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.include() | STYLE | DLS_DEAD_LOCAL_STORE | 473 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.list_type() | STYLE | DLS_DEAD_LOCAL_STORE | 4996 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.map_type() | STYLE | DLS_DEAD_LOCAL_STORE | 4710 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.namespace() | STYLE | DLS_DEAD_LOCAL_STORE | 650 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.oneway() | STYLE | DLS_DEAD_LOCAL_STORE | 3564 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.senum() | STYLE | DLS_DEAD_LOCAL_STORE | 1794 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.service() | STYLE | DLS_DEAD_LOCAL_STORE | 2589 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.set_type() | STYLE | DLS_DEAD_LOCAL_STORE | 4854 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.struct() | STYLE | DLS_DEAD_LOCAL_STORE | 1988 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.throws_list() | STYLE | DLS_DEAD_LOCAL_STORE | 3828 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.type_annotation() | STYLE | DLS_DEAD_LOCAL_STORE | 4091 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.type_annotations() | STYLE | DLS_DEAD_LOCAL_STORE | 3957 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.typedef() | STYLE | DLS_DEAD_LOCAL_STORE | 1323 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.union() | STYLE | DLS_DEAD_LOCAL_STORE | 2187 | High |
Dead store to stream_retval in com.facebook.swift.parser.antlr.ThriftParser.document() | STYLE | DLS_DEAD_LOCAL_STORE | 250 | Medium |
com.facebook.swift.parser.antlr.ThriftParser.getTokenNames() may expose internal representation by returning ThriftParser.tokenNames | MALICIOUS_CODE | EI_EXPOSE_REP | 128 | Medium |
com.facebook.swift.parser.antlr.ThriftParser.tokenNames should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 16 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.const_list() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 5507 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.const_map() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 5690 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.const_rule() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1219 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.cpp_include() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 841 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.cpp_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 5092 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.document() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 250 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.enum_field() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1623 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.enum_rule() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1465 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.exception() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2386 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.field() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2864 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.field_id() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2997 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.field_req() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3094 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.function() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3397 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.function_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3688 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.include() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 473 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.list_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4996 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.map_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4710 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.namespace() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 695 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.oneway() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3564 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.senum() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1794 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.service() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2589 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.set_type() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4854 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.struct() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1988 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.throws_list() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3828 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.type_annotation() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 4091 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.type_annotations() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 3957 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.typedef() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 1323 | Medium |
Redundant nullcheck of retval, which is known to be non-null in com.facebook.swift.parser.antlr.ThriftParser.union() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 2187 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.annotation_value() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4185-4211 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.base_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4406-4409 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_list() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 5432-5441 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_map() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 5603-5612 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_rule() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1185-1189 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.const_value() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 5212-5299 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.container_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4513-4546 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.definition() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 974-1091 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.document() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 165-172 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.enum_field() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1558-1561 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.enum_rule() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1424-1427 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.exception() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2303-2321 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.field() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2705-2709 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.field_req() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3078-3137 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.field_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4299-4341 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.function() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3214-3218 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.function_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3657-3700 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.header() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 360-402 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.list_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4963-4966 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.map_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4651-4654 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.namespace() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 617-631 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.oneway() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3533-3547 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.senum() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1728-1731 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.service() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2498-2501 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.set_type() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4806-4809 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.struct() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 1905-1923 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.throws_list() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3772-3790 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.type_annotation() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 4057-4061 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.type_annotations() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3916-3919 | Medium |
Switch statement found in com.facebook.swift.parser.antlr.ThriftParser.union() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 2104-2122 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$annotation_value_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$base_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$const_list_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$const_map_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$const_rule_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$const_value_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$container_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$cpp_include_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$cpp_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$definition_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$document_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$enum_field_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$enum_rule_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$exception_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$field_id_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$field_req_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$field_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$field_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$function_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$function_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$header_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$include_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$integer_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$list_separator_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$list_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$map_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$namespace_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$oneway_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$real_base_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$senum_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$service_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$set_type_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$struct_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$throws_list_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$type_annotation_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$type_annotations_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$typedef_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field ThriftParser$union_return.tree masks field in superclass org.antlr.runtime.ParserRuleReturnScope | CORRECTNESS | MF_CLASS_MASKS_FIELD | Not available | Medium |