@@ -145,44 +145,6 @@ public void excludeFeatures() {
145145// exclude.add("AuthNoChangeWordCountFeature");
146146
147147
148- /*
149-
150- @attribute LinkTagCountFeature numeric
151- @attribute SanitizerWordCountFeature numeric
152- @attribute AverageTokenLengthFeature numeric
153- @attribute AdverbCountFeature numeric
154- @attribute SqlInjectionCountFeature numeric
155- @attribute AuthUnsafeWordCountFeature numeric
156- @attribute TokenCountFeature numeric
157- @attribute AuthenticationDataFlowFeature numeric
158- @attribute UppercaseWordsCountFeature numeric
159- @attribute PrepositionCountFeature numeric
160- @attribute PronounCountFeature numeric
161- @attribute AverageSentenceLengthFeature numeric
162- @attribute CodeTagCountFeature numeric
163- @attribute IncompleteCodeFeature numeric
164- @attribute LemmaCountFeature numeric
165- @attribute AuthSafeWordCountFeature numeric
166- @attribute AuthNoChangeWordCountFeature numeric
167- @attribute SentenceCountFeature numeric
168- @attribute VerbCountFeature numeric
169- @attribute StopWordCountFeature numeric
170- @attribute SanitizerDataFlowFeature numeric
171- @attribute SeeTagCountFeature numeric
172- @attribute SinkWordCountFeature numeric
173- @attribute PunctuationCountFeature numeric
174- @attribute SourceDataFlowFeature numeric
175- @attribute DeprecatedTagCountFeature numeric
176- @attribute CharacterCountFeature numeric
177- @attribute NounCountFeature numeric
178- @attribute NumberCountFeature numeric
179- @attribute SinkDataFlowFeature numeric
180- @attribute AdjectiveCountFeature numeric
181- @attribute SourceWordCountFeature numeric
182- @attribute ConjunctionCountFeature numeric
183- */
184-
185-
186148 Set <Class <? extends IDocFeature >> features = new HashSet <>(manualFeatureSet );
187149
188150 for (Class <? extends IDocFeature > feature : features ) {
0 commit comments