Hi,

I found serval bug related to the syntax checker with c++ code in the 
Android Studio. I filed bugs to both Google and JetBrain, but no 
response...maybe it is due to the holiday.

I want to know where is the right place to file c++ code editing related 
bug for Android Studio.

A few examples:

user.set_email(response_json["email"]);
user.set_id(response_json["id"]);

user.set_username(response_json["userName"]);

The IDE thinks using string for indexer is wrong, but it woks perfectly 
with the compiler.

  auto response = troopQuery.query(vector<string>{
//    string("resource!*")
    string("user!current")

  });

The IDE thinks I should add a second template parameter to the vector<> 
type. But the second template parameter has a default definition, and the 
compiler works well with it.


Thanks,
D. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b5a4240b-4df2-4bf5-8fc7-2618edc9145f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to