Kawu
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 19
-
Created JPA 2.1 entity mappings not recognized
Hi ,I am currently switching an important project from Java EE 6 to Java EE 7 and I got a named-queries.xml file with the following at the top:<entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/pe... -
Created Automatically add missing imports when using "Optimize Imports"?
Hello,I'm continuously refactoring my code and one of the things that's a bit annoying with PyCharm is the inability of its "Optimize Imports" functionality to not add missing imports to a file to ... -
Created Copy changed files to a local directory?
Hello,I'm developing a non-web application, that is it is a plugin for a tool called MySQL Workbench. This application's plugin files reside under (in Windows)C:\Users\{MyUserName}\AppData\Roaming\... -
Created Suppress __author__ for new file?
Quick and short: is it possible to supress __author__ = "..." when creating new files? If so, how?Kawu -
Created Method XYZ may be static
Hello,my project has a module which was written quite OO like. I'm refactoring this one now, but I get very annoying warnings "Method 'xyz' may be static." It's true, yes, but making the methods st... -
Created Disable individual PEP8 style checking (line length)
I really like PyCharm PEP 8 style checking, however I would like to disable line length checking.Can certain checks be disabled individually? If so, how?This SO question is equivalent, but has no s... -
Created Deployment of changed files (Community Ed.)
I'm currently reading documentation about how to deploy changed files to another directory.Like this:https://www.jetbrains.com/pycharm/webhelp/creating-a-remote-server-configuration.htmlHowever, my... -
Created Configuring Python environment shipped with 3rd party software (MySQL Workbench 6.1)
Hello,I have just downloaded PyCharm as my first Python IDE. I felt it was the logical choice after having switched from Eclipse to IntelliJ a few weeks ago. ;-)Anyways, I have problems configuring... -
Created Deploy to Wildfly deployments dir instead of project's target dir?
I have created a Wildfly server and I pointed it to the C:\dev\wildfly dir.However, when I deploy the application via the run configurations, the webapp is always deployed to the project's target d... -
Created Add one-shot Java EE libraries to project
Hello,I get validation and compile errors for all of my javax.* classes in the project (mostly imports and annotations on the entities).I know I can add each JAR to the path manually, like the libs...