Skip to content

Commit

Permalink
Merge pull request #78 from ponder-lab/more_xml_formatting2
Browse files Browse the repository at this point in the history
More XML formatting
  • Loading branch information
khatchad authored Jan 23, 2024
2 parents 623a76e + c61a5ab commit 07971b5
Show file tree
Hide file tree
Showing 22 changed files with 63 additions and 240 deletions.
3 changes: 0 additions & 3 deletions .travis.settings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">

<activeProfiles>
<activeProfile>github</activeProfile>
</activeProfiles>

<profiles>
<profile>
<id>github</id>
Expand All @@ -23,7 +21,6 @@
</repositories>
</profile>
</profiles>

<servers>
<server>
<id>github</id>
Expand Down
5 changes: 0 additions & 5 deletions com.ibm.wala.cast.python.jython/data/functools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
<class name="functools" allocatable="true">
<method name="import" static="true" descriptor="()Lfunctools;">
<new def="x" class="Lfunctools" />

<new def="reduce" class="Lfunctools/functions/reduce" />
<putfield class="LRoot" field="reduce" fieldType="LRoot" ref="x" value="reduce" />

<return value="x" />
</method>
</class>

<package name="functools/functions">

<class name="reduce" allocatable="true">
<method name="do" descriptor="()LRoot;" numArgs="3" paramNames="self lambda data">
<constant name="l" type="int" value="0" />
Expand All @@ -26,7 +22,6 @@
<return value="v" />
</method>
</class>

</package>
</classloader>
</summary-spec>
1 change: 0 additions & 1 deletion com.ibm.wala.cast.python.jython/data/numpy_turtle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
</class>
</classloader>
</summary-spec>

6 changes: 0 additions & 6 deletions com.ibm.wala.cast.python.jython/data/pandas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,20 @@
<class name="pandas" allocatable="true">
<method name="import" static="true" descriptor="()Lpandas;">
<new def="x" class="Lpandas" />

<new def="read_excel" class="Lpandas/functions/read_excel" />
<putfield class="LRoot" field="read_excel" fieldType="LRoot" ref="x" value="read_excel" />

<new def="merge" class="Lpandas/functions/merge" />
<putfield class="LRoot" field="merge" fieldType="LRoot" ref="x" value="merge" />

<return value="x" />
</method>
</class>

<package name="pandas/functions">

<class name="read_excel" allocatable="true">
<method name="do" descriptor="()LRoot;" numArgs="3" paramNames="self file sheet">
<new def="v" class="Lobject" />
<return value="v" />
</method>
</class>

<class name="merge" allocatable="true">
<method name="do" descriptor="()LRoot;" numArgs="5" paramNames="self left right on how">
<return value="left" />
Expand Down
1 change: 0 additions & 1 deletion com.ibm.wala.cast.python.jython/data/turtles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@
</class>
</classloader>
</summary-spec>

5 changes: 0 additions & 5 deletions com.ibm.wala.cast.python.jython3/data/functools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@
<class name="functools" allocatable="true">
<method name="import" static="true" descriptor="()Lfunctools;">
<new def="x" class="Lfunctools" />

<new def="reduce" class="Lfunctools/functions/reduce" />
<putfield class="LRoot" field="reduce" fieldType="LRoot" ref="x" value="reduce" />

<return value="x" />
</method>
</class>

<package name="functools/functions">

<class name="reduce" allocatable="true">
<method name="do" descriptor="()LRoot;" numArgs="3" paramNames="self lambda data">
<constant name="l" type="int" value="0" />
Expand All @@ -26,7 +22,6 @@
<return value="v" />
</method>
</class>

</package>
</classloader>
</summary-spec>
1 change: 0 additions & 1 deletion com.ibm.wala.cast.python.jython3/data/numpy_turtle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
</class>
</classloader>
</summary-spec>

6 changes: 0 additions & 6 deletions com.ibm.wala.cast.python.jython3/data/pandas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,20 @@
<class name="pandas" allocatable="true">
<method name="import" static="true" descriptor="()Lpandas;">
<new def="x" class="Lpandas" />

<new def="read_excel" class="Lpandas/functions/read_excel" />
<putfield class="LRoot" field="read_excel" fieldType="LRoot" ref="x" value="read_excel" />

<new def="merge" class="Lpandas/functions/merge" />
<putfield class="LRoot" field="merge" fieldType="LRoot" ref="x" value="merge" />

<return value="x" />
</method>
</class>

<package name="pandas/functions">

<class name="read_excel" allocatable="true">
<method name="do" descriptor="()LRoot;" numArgs="3" paramNames="self file sheet">
<new def="v" class="Lobject" />
<return value="v" />
</method>
</class>

<class name="merge" allocatable="true">
<method name="do" descriptor="()LRoot;" numArgs="5" paramNames="self left right on how">
<return value="left" />
Expand Down
1 change: 0 additions & 1 deletion com.ibm.wala.cast.python.jython3/data/turtles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@
</class>
</classloader>
</summary-spec>

1 change: 0 additions & 1 deletion com.ibm.wala.cast.python.ml.j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,4 @@
<version>0.8.1</version>
</dependency>
</dependencies>

</project>
Loading

0 comments on commit 07971b5

Please sign in to comment.