eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
156 stars 123 forks source link

Add generics to ast Annotation #2733

Closed hduelme closed 1 month ago

hduelme commented 1 month ago

What it does

I added missing generics to Stack in the Annotation class

How to test

This doesn't change any behavior.

Author checklist

stephan-herrmann commented 1 month ago

At such narrow scope those changes are welcome indeed.

Out of curiosity, have you been investigating any bug in the code area?

hduelme commented 1 month ago

Not really a bug. I'm investigating a high CPU usage issue. This was just a discovery along the way.