Project

General

Profile

Actions

Bug #658

closed

Feature #1427: Поддержка командной работы через svn

Чтение json файлов с конфликтами

Added by Alexey Demakov over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
Start date:
01/11/2011
Due date:
% Done:

100%

Estimated time:
Detected in build:
0.7.50
Platform:
Published in build:
0.13.124

Description

После svn up в json файлах могут возникать конфликты. До их разрешения нельзя пытаться читать json-информацию из таких файлов, потому что структура нарушена и будет что-то вроде:

org.json.JSONException: Expected a ':' after a key at 237 [character 238 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:423)


Related issues 1 (1 open0 closed)

Related to Requality - Task #1425: Проверка целостности модели данныхNew06/27/2011

Actions
Actions #1

Updated by Alexey Demakov over 13 years ago

  • Target version deleted (58)
Actions #2

Updated by Alexey Khoroshilov almost 13 years ago

  • Target version set to 85
  • Parent task set to #1427
Actions #3

Updated by Yuriy Shekochihin over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2422.

Actions #4

Updated by Alexey Demakov over 12 years ago

  • Published in build set to 0.13.124
Actions #5

Updated by Alexey Demakov over 12 years ago

  • Target version changed from 85 to 0.13
Actions #6

Updated by Alexey Demakov over 12 years ago

  • Assignee set to Viktoria Kopach
Actions #7

Updated by Viktoria Kopach over 12 years ago

Ошибка осталась.
В Description текст:

org.json.JSONException: Expected a ':' after a key at 251 [character 252 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:423)
at org.json.JSONObject.<init>(JSONObject.java:207)
at org.json.JSONTokener.nextValue(JSONTokener.java:352)
at org.json.JSONObject.<init>(JSONObject.java:209)
at org.json.JSONTokener.nextValue(JSONTokener.java:352)
at org.json.JSONObject.<init>(JSONObject.java:209)
at org.json.JSONObject.<init>(JSONObject.java:310)
at com.unitesk.requality.core.NodeMapper.getAttributes(NodeMapper.java:49)
at com.unitesk.requality.eclipse.core.ResourceStorage.getAttributes(ResourceStorage.java:164)
at com.unitesk.requality.core.TreeDB.loadNodeData(TreeDB.java:148)
at com.unitesk.requality.core.TreeDB.access$400(TreeDB.java:29)
at com.unitesk.requality.core.TreeDB$1.changed(TreeDB.java:114)
at com.unitesk.requality.eclipse.core.DeltaProcessor.processDelta(DeltaProcessor.java:101)
at com.unitesk.requality.eclipse.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:57)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:395)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1530)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2353)
at org.eclipse.core.internal.events.NotificationManager$NotifyJob.run(NotificationManager.java:40)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Actions #8

Updated by Viktoria Kopach over 12 years ago

Это на версии 0.13.133.

Actions #9

Updated by Viktoria Kopach over 12 years ago

  • Status changed from Resolved to Open
  • Assignee changed from Viktoria Kopach to Alexey Demakov
Actions #10

Updated by Alexey Khoroshilov about 12 years ago

  • Priority changed from Normal to High
Actions #11

Updated by Yuriy Shekochihin about 12 years ago

  • Status changed from Open to Resolved

не воспроизводится.

Actions #12

Updated by Viktoria Kopach about 12 years ago

  • Status changed from Resolved to Verified
  • Assignee changed from Alexey Demakov to Alexey Khoroshilov
Actions #13

Updated by Alexey Khoroshilov over 11 years ago

  • Status changed from Verified to Closed
Actions

Also available in: Atom PDF