Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

some inspection do not have supression fix for fragments #8

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

for example, if you add in the end of the file tf/tfMessage (perfectly valid type, though not PascalCased) the inspection will appear correctly but will not offer a supression fix. This probably happens because of a misuse of the ROSPktField class (should be ROSPktFieldBase)