Skip to content

Commit

Permalink
refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
kursjan committed Nov 12, 2016
1 parent 04b9165 commit 72fc23b
Show file tree
Hide file tree
Showing 234 changed files with 2,377 additions and 1,218 deletions.
5 changes: 3 additions & 2 deletions PetitParser2-CSV.package/.filetree
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
@@ -0,0 +1,13 @@
{
"instance" : {
"nonComma" : " 11/6/2016 18:03:52",
"whitespace" : " 11/6/2016 18:03:52",
"rows" : " 11/6/2016 18:03:52",
"row" : " 11/6/2016 18:03:52",
"endOfLine" : " 11/6/2016 18:03:52",
"cell" : " 11/6/2016 18:03:52",
"number" : " 11/6/2016 18:03:52",
"start" : " 11/6/2016 18:03:52"
},
"class" : { }
}
@@ -1,19 +1,18 @@
{
"category" : "PetitParser2-CSV",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "PP2CompositeNode",
"category" : "PetitParser2-CSV",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"row",
"cell",
"rows",
"endOfLine",
"whitespace",
"nonComma" ],
"nonComma"
],
"name" : "PP2CommaSeparatedParser",
"pools" : [
],
"super" : "PP2CompositeNode",
"type" : "normal" }
"type" : "normal"
}
@@ -0,0 +1,9 @@
{
"instance" : {
"parserClass" : " 11/6/2016 18:03:52",
"testSingleLine" : " 11/6/2016 18:03:52",
"testCell" : " 11/6/2016 18:03:52",
"testTwoLines" : " 11/6/2016 18:03:52"
},
"class" : { }
}
@@ -1,16 +1,15 @@
{
"category" : "PetitParser2-CSV",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"super" : "PP2CompositeNodeTest",
"category" : "PetitParser2-CSV",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"row",
"cell",
"rows" ],
"rows"
],
"name" : "PP2CommaSeparatedParserTest",
"pools" : [
],
"super" : "PP2CompositeParserTest",
"type" : "normal" }
"type" : "normal"
}
1 change: 1 addition & 0 deletions PetitParser2-CSV.package/monticello.meta/version
@@ -0,0 +1 @@
(name 'PetitParser2-CSV-JanKurs.2' message 'refactorings' id '35bc9286-ba52-46f7-b866-bdcf2c056d77' date '12 November 2016' time '10:21:57.823165 pm' author 'JanKurs' ancestors ((name 'PetitParser2-CSV-cypress.1' message 'fabricated from a Cypress format repository' id '2fb5b6e6-711e-4503-8aa1-97f7401e695c' date '6 November 2016' time '6:03:52.4393 pm' author '' ancestors () stepChildren ())) stepChildren ())
3 changes: 1 addition & 2 deletions PetitParser2-CSV.package/properties.json
@@ -1,2 +1 @@
{
}
{ }
5 changes: 3 additions & 2 deletions PetitParser2-JSON.package/.filetree
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
@@ -0,0 +1,25 @@
{
"instance" : {
"number" : " 11/6/2016 18:03:52",
"numberToken" : " 11/6/2016 18:03:52",
"charEscape" : " 11/6/2016 18:03:52",
"object" : " 11/6/2016 18:03:52",
"string" : " 11/6/2016 18:03:52",
"members" : " 11/6/2016 18:03:52",
"falseToken" : " 11/6/2016 18:03:52",
"start" : " 11/6/2016 18:03:52",
"trueToken" : " 11/6/2016 18:03:52",
"value" : " 11/6/2016 18:03:52",
"pair" : " 11/6/2016 18:03:52",
"stringToken" : " 11/6/2016 18:03:52",
"elements" : " 11/6/2016 18:03:52",
"char" : " 11/6/2016 18:03:52",
"charNormal" : " 11/6/2016 18:03:52",
"charOctal" : " 11/6/2016 18:03:52",
"nullToken" : " 11/6/2016 18:03:52",
"array" : " 11/6/2016 18:03:52"
},
"class" : {
"initialize" : " 11/6/2016 18:03:52"
}
}
19 changes: 10 additions & 9 deletions PetitParser2-JSON.package/PP2JsonGrammar.class/properties.json
@@ -1,10 +1,12 @@
{
"commentStamp" : "",
"super" : "PP2CompositeNode",
"category" : "PetitParser2-JSON",
"classinstvars" : [
],
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"CharacterTable" ],
"commentStamp" : "",
"CharacterTable"
],
"instvars" : [
"members",
"pair",
Expand All @@ -22,9 +24,8 @@
"numberToken",
"charEscape",
"charNormal",
"charOctal" ],
"charOctal"
],
"name" : "PP2JsonGrammar",
"pools" : [
],
"super" : "PP2CompositeNode",
"type" : "normal" }
"type" : "normal"
}
@@ -0,0 +1,17 @@
{
"instance" : {
"charOctal" : " 11/6/2016 18:03:52",
"numberToken" : " 11/6/2016 18:03:52",
"charEscape" : " 11/6/2016 18:03:52",
"members" : " 11/6/2016 18:03:52",
"falseToken" : " 11/6/2016 18:03:52",
"trueToken" : " 11/6/2016 18:03:52",
"pair" : " 11/6/2016 18:03:52",
"stringToken" : " 11/6/2016 18:03:52",
"elements" : " 11/6/2016 18:03:52",
"object" : " 11/6/2016 18:03:52",
"nullToken" : " 11/6/2016 18:03:52",
"array" : " 11/6/2016 18:03:52"
},
"class" : { }
}
19 changes: 8 additions & 11 deletions PetitParser2-JSON.package/PP2JsonParser.class/properties.json
@@ -1,14 +1,11 @@
{
"category" : "PetitParser2-JSON",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "PP2JsonParser",
"pools" : [
],
"super" : "PP2JsonGrammar",
"type" : "normal" }
"category" : "PetitParser2-JSON",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PP2JsonParser",
"type" : "normal"
}
@@ -0,0 +1,34 @@
{
"instance" : {
"testNull" : " 11/6/2016 18:03:52",
"testTrue" : " 11/6/2016 18:03:52",
"testNumberFloat" : " 11/6/2016 18:03:52",
"testInvalidNumberInteger" : " 11/6/2016 18:03:52",
"testSmallArray" : " 11/6/2016 18:03:52",
"testEmptyArray" : " 11/6/2016 18:03:52",
"testBigObject" : " 11/6/2016 18:03:52",
"testFalse" : " 11/6/2016 18:03:52",
"testExplorerEvent" : " 11/6/2016 18:03:52",
"testStringEscaped" : " 11/6/2016 18:03:52",
"testEmptyObject" : " 11/6/2016 18:03:52",
"assertInvalid:" : " 11/6/2016 18:03:52",
"testNumberInteger" : " 11/6/2016 18:03:52",
"testString" : " 11/6/2016 18:03:52",
"testInvalidObject" : " 11/6/2016 18:03:52",
"testNestedArray" : " 11/6/2016 18:03:52",
"testInvalidString" : " 11/6/2016 18:03:52",
"testInvalidFalse" : " 11/6/2016 18:03:52",
"testInvalidTrue" : " 11/6/2016 18:03:52",
"testFirefoxEvent" : " 11/6/2016 18:03:52",
"testNestedObject" : " 11/6/2016 18:03:52",
"parserClass" : " 11/6/2016 18:03:52",
"testSafariEvent" : " 11/6/2016 18:03:52",
"testSmallObject" : " 11/6/2016 18:03:52",
"testInvalidNull" : " 11/6/2016 18:03:52",
"testInvalidArray" : " 11/6/2016 18:03:52",
"testBigArray" : " 11/6/2016 18:03:52"
},
"class" : {
"packageNamesUnderTest" : " 11/6/2016 18:03:52"
}
}
19 changes: 8 additions & 11 deletions PetitParser2-JSON.package/PP2JsonParserTest.class/properties.json
@@ -1,14 +1,11 @@
{
"category" : "PetitParser2-JSON",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"super" : "PP2CompositeNodeTest",
"category" : "PetitParser2-JSON",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PP2JsonParserTest",
"pools" : [
],
"super" : "PP2CompositeParserTest",
"type" : "normal" }
"type" : "normal"
}
1 change: 1 addition & 0 deletions PetitParser2-JSON.package/monticello.meta/version
@@ -0,0 +1 @@
(name 'PetitParser2-JSON-JanKurs.2' message 'refactorings' id 'f70e48f9-b0c5-4be2-a900-bb3dd602752b' date '12 November 2016' time '10:20:37.322889 pm' author 'JanKurs' ancestors ((name 'PetitParser2-JSON-cypress.1' message 'fabricated from a Cypress format repository' id '41fe4c56-87f8-44fc-b1df-db56293e0225' date '6 November 2016' time '6:03:52.473994 pm' author '' ancestors () stepChildren ())) stepChildren ())
3 changes: 1 addition & 2 deletions PetitParser2-JSON.package/properties.json
@@ -1,2 +1 @@
{
}
{ }
5 changes: 3 additions & 2 deletions PetitParser2-MSE.package/.filetree
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
@@ -0,0 +1,20 @@
{
"instance" : {
"string" : " 11/6/2016 18:03:52",
"attribute" : " 11/6/2016 18:03:52",
"primitive" : " 11/6/2016 18:03:52",
"element" : " 11/6/2016 18:03:52",
"id" : " 11/6/2016 18:03:52",
"boolean" : " 11/6/2016 18:03:52",
"simpleName" : " 11/6/2016 18:03:52",
"elements" : " 11/6/2016 18:03:52",
"stringText" : " 11/6/2016 18:03:52",
"nameReference" : " 11/6/2016 18:03:52",
"integerReference" : " 11/6/2016 18:03:52",
"attributeValue" : " 11/6/2016 18:03:52",
"natural" : " 11/6/2016 18:03:52",
"elementName" : " 11/6/2016 18:03:52",
"number" : " 11/6/2016 18:03:52"
},
"class" : { }
}
19 changes: 8 additions & 11 deletions PetitParser2-MSE.package/PP2MSEArrayParser.class/properties.json
@@ -1,14 +1,11 @@
{
"category" : "PetitParser2-MSE",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "PP2MSEArrayParser",
"pools" : [
],
"super" : "PP2MSEGrammar",
"type" : "normal" }
"category" : "PetitParser2-MSE",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PP2MSEArrayParser",
"type" : "normal"
}
@@ -0,0 +1,21 @@
{
"instance" : {
"testStringEscape" : " 11/6/2016 18:03:52",
"testOneElementWithNumericAttribute" : " 11/6/2016 18:03:52",
"testStringTextWithEscapeChars" : " 11/6/2016 18:03:52",
"testOneElementWithSubElement" : " 11/6/2016 18:03:52",
"testOneElementWithStringAttribute" : " 11/6/2016 18:03:52",
"testElementName" : " 11/6/2016 18:03:52",
"testOneElementWithId" : " 11/6/2016 18:03:52",
"testNatural" : " 11/6/2016 18:03:52",
"testNumberWithE" : " 11/6/2016 18:03:52",
"testOneElementWithMultipleSubElements" : " 11/6/2016 18:03:52",
"testEmpty" : " 11/6/2016 18:03:52",
"testOneElement" : " 11/6/2016 18:03:52",
"parserClass" : " 11/6/2016 18:03:52",
"testNaturalWithSpace" : " 11/6/2016 18:03:52",
"testString" : " 11/6/2016 18:03:52",
"testOneElementWithBooleanAttribute" : " 11/6/2016 18:03:52"
},
"class" : { }
}
@@ -1,14 +1,11 @@
{
"category" : "PetitParser2-MSE",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "PP2MSEArrayParserTest",
"pools" : [
],
"super" : "PP2MSEGrammarTest",
"type" : "normal" }
"category" : "PetitParser2-MSE",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "PP2MSEArrayParserTest",
"type" : "normal"
}

0 comments on commit 72fc23b

Please sign in to comment.