This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268505 - annotation.IncompleteAnnotationException: org.springframework.web.bind.annotation.RequestMapping missing element path
Summary: annotation.IncompleteAnnotationException: org.springframework.web.bind.annota...
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 13:07 UTC by Ralph Ruijs
Modified: 2016-10-13 13:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226741


Attachments
stacktrace (2.28 KB, text/plain)
2016-10-13 13:07 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2016-10-13 13:07:50 UTC
Build: NetBeans IDE Dev (Build 20161013-6288f8f8626c)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
ralphbenjamin: Open requestmapping in navigator




Stacktrace: 
java.lang.annotation.IncompleteAnnotationException: org.springframework.web.bind.annotation.RequestMapping missing element path
   at sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:81)
   at com.sun.proxy.$Proxy70.path(.java:0)
   at com.github.alexfalappa.nbspringboot.navigator.MappedElementExtractor.extractTypeLevelMappings(MappedElementExtractor.java:188)
   at com.github.alexfalappa.nbspringboot.navigator.MappedElementExtractor.visitClass(MappedElementExtractor.java:98)
   at com.github.alexfalappa.nbspringboot.navigator.MappedElementExtractor.visitClass(MappedElementExtractor.java:54)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:798)
Comment 1 Ralph Ruijs 2016-10-13 13:07:51 UTC
Created attachment 162491 [details]
stacktrace