Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created Scope problem in IDEA 7.0.3
Hi all,We have a pretty complex project (180+ modules) and we use scopes pretty extensively to manage the inspections. I have a scope defined (Infrastructure):!generated.*..*&&(src[tools]:*..*||src... -
Created Scopes - easy way to find missed files?
Hi all,I'm currently reviewing our scope allocation. We have a pretty big project, and it's relatively easy to have files fall through the cracks and not be covered by a scope. Is there any easy wa... -
Created Running inspections standalone?
Hi,Is it possible to run the IntelliJ inspections standalone, for example as part of our external build? They can be run from within TeamCity so they must be separated from the IDE to a certain ext... -
Created Structural search question
Hi all,I'm trying to find instances of bad usages of logging in our code, for example: log.error(exception). This seems like a good application for structural search, but for the life of me I can't... -
Created Prevent IDEA removing inspection settings from IPR?
Hi all,When a plugin adds an inspection, if that inspection is enabled in a project profile it will be removed if that project is loaded in a copy of IDEA that doesn't have the plugin installed. Is... -
Created Failure checking out JetGroovy plugin
Hi all,I can't seem to check out the source of the Groovy plugin, I get:svn: In directory 'jetgroovy/resources/org/jetbrains/plugins/groovy/images'svn: Can't copy 'jetgroovy/resources/org/jetbrains... -
Created Fails checking out JetGroovy plugin
Hi all,I can't seem to check out the source of the Groovy plugin, I get:svn: In directory 'jetgroovy/resources/org/jetbrains/plugins/groovy/images'svn: Can't copy 'jetgroovy/resources/org/jetbrains... -
Created Project/Module library efficiency question
Hi all,This is not strictly OpenAPI related, but similar... during our build we rewrite the module files to keep the module dependencies in sync with Ivy. Currently we do this creating module libra... -
Created Sixth and Red River?
Hey all,Are Sixth and Red River still in operation? How is their support? I ask because I've been trying to evaluate their plugins, but their site is broken (exception on sending the email to reque... -
Created Project libraries faster/better than module libraries?
Hi all,I'm working on a plugin to manage library dependencies based on Ivy files. I can either create project libraries or single-entry module libraries - is there any difference in the presence of...