You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem to Inline such method invocaitons if (!isProcessExternalEntities()) {
Still, there're a lot of problems is insertion with brackets.
FIX writing into csv
File ".\veniq\dataset_collection\augmentation.py", line 427, in <module>
writer.writerow(i)
File "C:\Users\Vitaly\Anaconda3\lib\encodings\cp1251.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 158-161: character maps to <undefined>
(In ivocation line may contains chines symbols in comments)
Problem to inline methods with massive comments inside at the end of method declaration:
/*
} else {
pass
}
*/
The text was updated successfully, but these errors were encountered:
We have such problem in our currently inline script:
(problem to insert body of hasMore() invokation)
Problem to extract body of this method: one-line several statements in a row
public String getRemainingString() { return str.substring(index); }
Problem with output new inserted blocks
When it was:
Problem to Inline such method invocaitons
if (!isProcessExternalEntities()) {
Still, there're a lot of problems is insertion with brackets.
FIX writing into csv
(In ivocation line may contains chines symbols in comments)
The text was updated successfully, but these errors were encountered: