It's not possible to edit a SonarQube rule because it's not displayed -


we updated sonarqube 4.2 4.5.4 have problem following java rule:

key : squid:methodcyclomaticcomplexity name: methods should not complex 

the rule used in analysis , several complexity issues correctly found, it's not possible edit rule (to change threshold value, example) because rule not displayed in web interface:

steps reproduce issue:

  1. log in sonarqube
  2. click on rules
  3. search "methodcyclomaticcomplexity"
  4. click on methodcyclomaticcomplexity rule found @ left side of window

result: nothing appears @ right side of window!!!

please, resolve this?

the "data/es" folder should not copied when doing sonarqube upgrade (see "upgrading" guide).

so solve issue:

  1. stop sq
  2. drop "data/es" folder
  3. restart sq, et voilĂ !

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -