Source Code analyser Plugin (PMD,CheckStyle,FindBug) Compatibility Issue for RAD 7.5.3 - compatibility

I am trying to add Java source code analyser plugins - PMD,Checkstyle & FindBug in Rational Application Developer 7.5.3 but I am getting some dependency issues and it's not allowing me to install.The same is getting successfully installed in eclipse.
Please suggest whether I need to check for any particular versions for RAD or any other compatibility.
Thanks

Related

keyword definition not found in robot framework

I have a windows 7 laptop and a windows 10 desktop and I install both with robot framework. In the laptop, all goes well. I was successfully able to create and run test, keywords suggestions is doing great, etc.. but with my desktop, the auto suggestion does not display the suggested keywords and i am always having a Keyword definition not found error. I have intellibot installed and it goes well in my laptop. Project interpreter for both computers are the same. exactly the same.
Recently the SeleniumLibrary introduced some internal architectural changes that caused the keyword autosuggestion feature in the IntelliJ/PyCharm IntelliBot plugin to stop working. This is why downgrading SeleniumLibrary to Selenium2Library version 1.8.0 works to enable autocompletion again.
As the IntelliBot plugin is no longer under active development, there is no expectation that this support will be enabled again in the near future. On RoboCon 2018 the company Smart Dev presented their IntelliJ Robot Framework extension [slides, video]. They are currently evaluating how to make this available. If this is the platform of choice for you, then contact them.
Yes this worked Install Robot Framework Support Plugin in your Pycharm
Go to Setting >> Plugins>> Search as Robot Framework Support >> click on Install and Restart Pycharm
You are good then. Happy Testing
I was facing the same issue. But the solution worked for me is given below:
Go to File -> settings-> project.
Click on "Add interpreter".
Choose the environment by Checking the 'Existing' radio button.
Provide path of python.exe file.
Click "ok".

QML fails to load

I am a beginner to QML, just wanted to test the Hello WOrld program with it. It fails:
/home/saman# /home/saman/QtSDK/Simulator/Qt/gcc/bin/qmlviewer
Qml debugging is enabled. Only use this in a safe environment!
Cannot find any Simulator supporting Qt version 4.7.4.0.
Aborted
I need to know how to solve it.
It looks like you have not installed the Qt-SDK properly. Try to follow the installation instructions that came with the SDK or install it through your distributions package manager.
Try installing SDK (Qtcreator & Qt Kit) from https://download.qt.io/archive/qt/5.0/5.0.0/ (download required version depending on the platform you are working). This would inturn contain samples & demos which will work flawlessly.
All the best!

Installing Flex 4.6 in Eclipse on Windows Vista

I am using Windows Vista 32bit. I have installed Eclipse Helios Service Release 2.
I need to integrate flex in Eclipse. Can someone show give me steps to install or point me to a good tutorial that explains the process.
Note: I have downloaded flex_sdk_4.6
From your comments it seems FlashBuilder is your tool of choice.
Download it
Go to the FlashBuilder download page to get it. The automatic download will have you download an Akamai software, which is Adobe's download crapware. If you're behind a proxy, you're out of luck: your download won't work. You can get a direct link though: simply cancel the automatic download and on the download page select the "File 1 of 1" link.
Install it
You can find the installation instructions here for both a standalone installation or as an Eclipse plugin: http://helpx.adobe.com/flash-builder/release-note/flash-builder-4-6-release.html#main_Install_your_software
You can't really integrate Flex into eclipse without a plug-in - it would let you edit the text files as text, and run the compiler, but you'd have no actual IDE support.
As for plugins/eclipse-based IDEs: Right now, there's Adobe Flash Builder and FDT, which are both good products (they each have different advantages and shortcomings, though -you probably want to try them out and see which fits your needs best), but they are both neither free nor cheap.
Another very good commercial IDE is IntelliJ IDEA, but that's not eclipse-based.
If you need a free IDE for ActionScript on Windows, check out FlashDevelop - it is not quite as sophisticated as the eclipse-based commercial products, but a good start if you want to get into ActionScript, or try out IDE alternatives to Flash.

Adobe AIR - Inconsistencies in detecting whether Adobe AIR runtime is installed

I am having issues detecting whether Adobe AIR is installed using the following process:
http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html
Having installed Adobe AIR 1.5, we are at times getting a value of not installed from the getStatus() function of the air.swf located at
http://airdownload.adobe.com/air/browserapi/air.swf
Has anyone else faced this issue before? If so, does anyone have any steps to resolve it?
After doing some more research on the issue, I have found other users encountering the same issue we are:
http://groups.google.com/group/air-tight/browse_thread/thread/706716c29caf0254
http://www.flexdeveloper.eu/forums/adobe-air/air-swf%27s-getstatus-method-mistakenly-returns-%27available%27-when-air-is-installed/
http://forums.adobe.com/thread/435935
In the second thread, it says:
“My issue seems to be specifically related to the use of "Silent Install". My client has a distribution license for the AIR runtime and is bundling the AIR installer with their installer. When Silent Install is used to install the AIR Runtime, Adobe's air.swf reports that the runtime is not installed. This happens until the user initiates an air app, at which point air.swf is able to detect the runtime installation.””
This seems to suggest there is a bug with the Silent Installer or with the air.swf getStatus function. I tried the steps above and was able to recreate and resolve the issue. Does anyone else know of a different workaround?

Does FlexBuilder 3 work with Eclipse 3.5.1?

I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2.
During the installation phase, FB3 says it only support eclipse 3.3 & 3.4. But I started the installation anyway.
After the installation was done, I can't find Flex perspective from Eclipse. So I google around and found out the possible way to manually add this link file from folder "links" to point to the FB3 Plugin folder. I did that and FB perspective can be shown now. But when I try to switch to FB perspective, error occurs:
Problems opening perspective:
'com.adobe.flexbuilder.editors.mxml.ui.perspectives.development'
Anyone has done this successfully?
Unfortunately Eclipse 3.5 is unsupported by Flex Builder 3. There are a few bugs for this:
http://bugs.adobe.com/jira/browse/FB-21025
http://bugs.adobe.com/jira/browse/FB-21284
Please comment on those bugs and vote for them.
I've created a work-around for one of the major issues related to displaying problems.

Resources