Skip to content

Commit

Permalink
Merge pull request #205 from jenkinsci/issue-192-npe
Browse files Browse the repository at this point in the history
Fix occasional NPEs by removing the `JellyAnnotator` which caused them
  • Loading branch information
duemir authored Feb 4, 2025
2 parents f6693d7 + 2ae380b commit e17e348
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
38 changes: 0 additions & 38 deletions src/main/java/org/kohsuke/stapler/idea/JellyAnnotator.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
<xml.schemaProvider implementation="org.kohsuke.stapler.idea.descriptor.StaplerCustomJellyTagLibraryXmlSchemaProvider"/>
<!-- Provide Metadata for Dummy Schemas -->
<metaDataContributor implementation="org.kohsuke.stapler.idea.descriptor.JellyTaglibMetadataContributor"/>
<!-- ? -->
<annotator language="Jelly" implementationClass="org.kohsuke.stapler.idea.JellyAnnotator"/>
<!-- Show Documentation for Jelly Tag Libraries
https://plugins.jetbrains.com/docs/intellij/documentation.html#implementation
-->
Expand Down

0 comments on commit e17e348

Please sign in to comment.