install lower version of Findbugs plugins in sonarQube 4.5.2 - plugins

I need to install lower version of Findbugs plugins in sonarQube 4.5.2. I tried Update center in SonarQube, but no success.
Please help me out!!

Try to upgrade to latest version of sonar-findbugs plugin (3.3 at time of writing) which fix sqale mapping and allow reporting of technical debt.

Related

Error configuring pipeline debugger in Eclipse

enter image description hereI have been trying really hard to configure a pipeline debugger in eclipse. After using my digital server account in server configuration when i select my site and click 'Debug' button it gives me an error
Could not initialize class com.thoughtworks.xstream.converters.collections.TreeMapConverter
I couldn't find much help online. I even tried changing the JRE version to an older version 14.0.2 but it doesn't seem to help.
[![Image attached of error][2]][2]
enter image description here
That library seems to be a core component of the Pipeline editor. I would suggest that you ensure that your Eclipse version is compatible with the plugin if you haven't done so already.
Currently, according to the documentation it only supports:
Mars - Eclipse 4.5
Neon - Eclipse 4.6
Furthermore, you must install the correct version of the plugin for your version of Eclipse. (Though in the past I've found that older plugin versions may sometimes work in newer Eclipse builds.)
This error relates to discounted class from JRE.
So my recipe for solving the issue:
used OpenJDK v11
installed latest eclipce version
SFCC plugin v4.6
Some found issues:
with new eclipce version brakepoints are not set from JS editor only via ScriptEditor
Thank you,
Aleksandr
I had issues with running debugger, but after I installed eclipse version 2020-12 and installed UX studio plugin it started to work. maybe new versions are not compatible with plugin

Workaround or solution required: Unable to update plugins for NetBeans 12.0

When I try to update plugins I receive message:
The plugin JNA is requested in version >= 1.11 (release version 1) but only 2.3 (of release version different from 1) was found.
I am using latest plugins portal for Java/PHP and I have to use 8.2 portal for C/C++ support. Is there any solution or workaround to help me to update plugins?
Refer https://issues.apache.org/jira/browse/NETBEANS-4704
"I solved the problem by unchecking the NetBeans 8.2 Plugin Portal."
This worked for me too

Upgrade sonar to 3.7.2

I made a bad sonar upgrade from 3.4.1 to 3.7.2. I did not upgrade plugins first, and directly upgrade sonar to 3.7.2. After that I found sonar cannot be started due to plugin consistency issue. I removed all plugins and restart sonar. Sonar started normally, but all quality profile rules are empty now, even after I re-installed all plugins from upgrade center. Any ideas?
Best Regards,
This is a known limitation. See http://jira.codehaus.org/browse/SONAR-4642 and http://jira.codehaus.org/browse/SONAR-4764. For now, the only way to get back the default profiles is to export them from a fresh install and import them into your production instance.

Eclipse indigo, plugin installation not working

I have downloaded the latest update site archive for Eclipse 3.7 from http://code.google.com/eclipse/docs/install-from-zip.html here and tried to install it. But installation stuck at 24% every time. No change in 24% after an hour also.
I am guessing that you are installing from a zip because you are behind a firewall and can't install from an external update site.
What's like happening is that the install of the google plugin also attempts to bring in other plugins from remote sites, but this fails to download because of the firewall.
If this is the problem, you can fix this by unchecking "Contact all update sites..." in the update manager.
Use GWT 2.3 from,
http://google-web-toolkit.googlecode.com/files/gwt-2.3.0.zip
This is a much stable version for Indigo.
If you use Helios, GWT 2.4 won't create much problems but with Indigo, it has a lot of bugs.
I had been working on Helios and Indigo with GWT for the last 2 years...

Where can I get ADT 0.9.6 for Eclipse 3.5?

I am having problems with Eclipse (3.5.x Galileo) crashing after installing ADT 0.9.7, so I want to try a downlevel version of the Android ADT (with Android SDK r06_windows) to better isolate the issue. When I try to 'check for software' at
https://dl-ssl.google.com/android/eclipse/ I can only select 0.9.7? Is there a trick to get the older version or an archive of the older version?
I found it ADT archives http://developer.android.com/sdk/adt_download.html
You can download it from this page. What crash issues are you having? Have you tried with the latest version of Eclipse 3.6?
The android sdk website (http://developer.android.com/sdk/eclipse-adt.html) Will tell you not to install Version 3.6 of Eclipse but try to download 3.5 (Java build afaik)
Caution: There are known issues with the ADT plugin running with Eclipse 3.6. Please stay on 3.5 until further notice.