Camelry icon indicating copy to clipboard operation
Camelry copied to clipboard

This IntelliJ plugin is designed to improve the development experience when working with Apache Blueprint, Apache karaf and Apache Camel.

Results 29 Camelry issues
Sort by recently updated
recently updated
newest added

java.lang.NullPointerException at me.alanfoster.camelry.camel.tooling.languageinjector.CamelLanguageInjector.isExpectedLocalName(CamelLanguageInjector.java:75) at me.alanfoster.camelry.camel.tooling.languageinjector.CamelLanguageInjector.tryInjectLanguage(CamelLanguageInjector.java:60) at me.alanfoster.camelry.camel.tooling.languageinjector.CamelLanguageInjector.getLanguagesToInject(CamelLanguageInjector.java:36) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl$PsiManagerRegisteredInjectorsAdapter.getLanguagesToInject(InjectedLanguageManagerImpl.java:456) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl.processInPlaceInjectorsFor(InjectedLanguageManagerImpl.java:421) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.probeElementsUp(InjectedLanguageUtil.java:348) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.enumerate(InjectedLanguageUtil.java:173) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl.enumerateEx(InjectedLanguageManagerImpl.java:315) at com.intellij.codeInsight.daemon.impl.InjectedGeneralHighlightingPass.lambda$getInjectedPsiFiles$3(InjectedGeneralHighlightingPass.java:189) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:133) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1101) at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:105) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:591) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:537) at...

java.lang.NullPointerException at me.alanfoster.camelry.camel.tooling.languageinjector.CamelLanguageInjector.isExpectedLocalName(CamelLanguageInjector.java:75) at me.alanfoster.camelry.camel.tooling.languageinjector.CamelLanguageInjector.tryInjectLanguage(CamelLanguageInjector.java:60) at me.alanfoster.camelry.camel.tooling.languageinjector.CamelLanguageInjector.getLanguagesToInject(CamelLanguageInjector.java:36) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl$PsiManagerRegisteredInjectorsAdapter.getLanguagesToInject(InjectedLanguageManagerImpl.java:443) at com.intellij.psi.impl.source.tree.injected.InjectedPsiCachedValueProvider$MyInjProcessor.process(InjectedPsiCachedValueProvider.java:77) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl.processInPlaceInjectorsFor(InjectedLanguageManagerImpl.java:410) at com.intellij.psi.impl.source.tree.injected.InjectedPsiCachedValueProvider.doCompute(InjectedPsiCachedValueProvider.java:57) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.probeElementsUp(InjectedLanguageUtil.java:340) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.enumerate(InjectedLanguageUtil.java:167) at com.intellij.psi.impl.source.tree.injected.InjectedLanguageManagerImpl.enumerateEx(InjectedLanguageManagerImpl.java:308) at com.intellij.codeInsight.daemon.impl.InjectedGeneralHighlightingPass.lambda$getInjectedPsiFiles$3(InjectedGeneralHighlightingPass.java:189) at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:133) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1163) at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:105) at...

Code completion is not working latest release of intellij IntelliJ IDEA 2018.1.4 (Community Edition) Build #IC-181.5087.20, built on May 16, 2018 JRE: 1.8.0_152-release-1136-b39 amd64 JVM: OpenJDK 64-Bit Server VM by...

Hey, is this repo still maintained? This plugins throws errors sometimes and I'm not sure if it will bring some changes if I am posting them here.

I should not get red marks for using: ``` blueprintBundle Provides bundle's Bundle object. blueprintBundleContext Provides bundle's BundleContext object. blueprintContainer Provides the BlueprintContainer object for the bundle. blueprintConverter Provides the...

New Feature

In the below, the 'ref=component' is painted red, even though the setter has the appropriate type declaration. ``` ```

New Feature

Steps to reproduce: - clone https://github.com/FuseByExample/smx-bootstraps - open smx-bootstraps\smxb-pinger\src\main\resources\OSGI-INF\blueprint\blueprint.xml Error: com.intellij.lang.parser.GeneratedParserUtilBase.enterErrorRecordingSection(Lcom/intellij/lang/PsiBuilder;ILjava/lang/String;Ljava/lang/String;)V java.lang.NoSuchMethodError: com.intellij.lang.parser.GeneratedParserUtilBase.enterErrorRecordingSection(Lcom/intellij/lang/PsiBuilder;ILjava/lang/String;Ljava/lang/String;)V at me.alanfoster.camelry.camel.simple.language.parser.SimpleParser.parse(SimpleParser.java:86) at com.intellij.psi.tree.ILazyParseableElementType.doParseContents(ILazyParseableElementType.java:64) at com.intellij.psi.tree.IFileElementType.parseContents(IFileElementType.java:43) at com.intellij.psi.impl.source.tree.LazyParseableElement.f(LazyParseableElement.java:172) at com.intellij.psi.impl.source.tree.LazyParseableElement.getFirstChildNode(LazyParseableElement.java:212) at com.intellij.psi.impl.source.tree.LazyParseableElement.getFirstChildNode(LazyParseableElement.java:36) at com.intellij.psi.impl.source.tree.SharedImplUtil.getFirstChild(SharedImplUtil.java:52) at com.intellij.psi.impl.source.PsiFileImpl.getFirstChild(PsiFileImpl.java:769) at...

I finally found how to install this, but it would be nice to have some very clear instructions for adding this plugin. I'm pretty new to Intellij and it wasn't...

The camel xsd is very similar for both blueprint and spring (the only difference is namespace), so it would be great to have this plugin work for spring too.

Hi, would it be possible to enable a highly missed feature in camel debugging? That is (imho): debugging camel routes line by line (setting breakpoints and stepping as usual in...