View | Details | Raw Unified | Return to bug 215333
Collapse All | Expand All

(-)src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java (-1 / +1 lines)
Lines 1131-1137 Link Here
1131
        "      redundantSuperinterface                + find redundant superinterfaces\n" +
1131
        "      redundantSuperinterface                + find redundant superinterfaces\n" +
1132
        "      semicolon            unnecessary semicolon, empty statement\n" +
1132
        "      semicolon            unnecessary semicolon, empty statement\n" +
1133
        "      serial             + missing serialVersionUID\n" +
1133
        "      serial             + missing serialVersionUID\n" +
1134
        "      specialParamHiding   constructor or setter parameter hiding another field\n" +
1134
        "      specialParamHiding   constructor or setter parameter hiding a field\n" +
1135
        "      static-access        macro for indirectStatic and staticReceiver\n" +
1135
        "      static-access        macro for indirectStatic and staticReceiver\n" +
1136
        "      staticReceiver     + non-static reference to static member\n" +
1136
        "      staticReceiver     + non-static reference to static member\n" +
1137
        "      super                overriding a method without making a super invocation\n" +
1137
        "      super                overriding a method without making a super invocation\n" +
(-)batch/org/eclipse/jdt/internal/compiler/batch/messages.properties (-1 / +1 lines)
Lines 264-270 Link Here
264
\      redundantSuperinterface                + find redundant superinterfaces\n\
264
\      redundantSuperinterface                + find redundant superinterfaces\n\
265
\      semicolon            unnecessary semicolon, empty statement\n\
265
\      semicolon            unnecessary semicolon, empty statement\n\
266
\      serial             + missing serialVersionUID\n\
266
\      serial             + missing serialVersionUID\n\
267
\      specialParamHiding   constructor or setter parameter hiding another field\n\
267
\      specialParamHiding   constructor or setter parameter hiding a field\n\
268
\      static-access        macro for indirectStatic and staticReceiver\n\
268
\      static-access        macro for indirectStatic and staticReceiver\n\
269
\      staticReceiver     + non-static reference to static member\n\
269
\      staticReceiver     + non-static reference to static member\n\
270
\      super                overriding a method without making a super invocation\n\
270
\      super                overriding a method without making a super invocation\n\

Return to bug 215333