Menu

#3 Annotations cause problems

v1.2.0
closed
None
5
2013-11-04
2012-11-01
Oliver Kopp
No

I'm trying to use version 1.1.0 on classes with following syntax:

@MappedSuperclass
public abstract class GenericEndpoint {
...
}

This leads plantuml-dependency to add following statement:
class org.opentosca.core.model.endpoint.public abstract class GenericEndpoint

If I remove the annotation, the class is correctly determined.

Discussion

  • Oliver Kopp

    Oliver Kopp - 2012-11-01

    Minimal example

     
  • Benjamin Croizet

    • assigned_to: Benjamin Croizet
    • Group: --> v1.1.1
     
  • Benjamin Croizet

    • Group: v1.1.1 --> vX.X.X
     
  • Benjamin Croizet

    • Group: vX.X.X --> v1.2.0
     
  • Benjamin Croizet

    Indeed, it appears that annotations weren't supported yet. I have fixed the problem but it will be nice to have an other feature to be implemented to generate "Use" relation when annotations are used

    As a result, the correction will be available in the next release (1.2.0)

     

    Last edit: Benjamin Croizet 2013-06-29
  • Benjamin Croizet

    • status: open --> open-accepted
     
  • Benjamin Croizet

    • status: open-accepted --> closed