eclipse-sourceediting / sourceediting

Code repository for the Eclipse Web Tools Platform's Source Editing project
Eclipse Public License 2.0
6 stars 6 forks source link

Strange labeling in org.eclipse.wst.json.core #9

Open andrew-tram opened 4 months ago

andrew-tram commented 4 months ago

In org.eclipse.wst.json.core, why is "(Illformed)" included in JSON_Content_Type_Extension_Element.name?

It seems a bit confusing especially if the JSON is perfectly fine.

Reprod steps:

  1. create a local file named "1.json"
  2. put content "{}", and save
  3. select the file Properties
andrew-tram commented 4 months ago

Same thing with XML_Content_Type_Extension_Element.name=XML (Illformed)